mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-03-31 10:35:37 +02:00
11 lines
141 B
C++
11 lines
141 B
C++
#pragma once
|
|
|
|
namespace rsx
|
|
{
|
|
namespace overlays
|
|
{
|
|
void show_shader_compile_notification();
|
|
void show_ppu_compile_notification();
|
|
}
|
|
}
|