mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
10 lines
141 B
C++
10 lines
141 B
C++
#pragma once
|
|
|
|
namespace rsx
|
|
{
|
|
namespace overlays
|
|
{
|
|
void show_shader_compile_notification();
|
|
void show_ppu_compile_notification();
|
|
}
|
|
}
|