mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
13 lines
221 B
C++
13 lines
221 B
C++
#pragma once
|
|
|
|
#include "util/types.hpp"
|
|
#include "util/atomic.hpp"
|
|
|
|
namespace rsx
|
|
{
|
|
namespace overlays
|
|
{
|
|
void show_shader_compile_notification();
|
|
std::shared_ptr<atomic_t<u32>> show_ppu_compile_notification();
|
|
}
|
|
}
|