mirror of
https://github.com/emu-russia/pureikyubu.git
synced 2025-04-02 10:42:15 -04:00
11 lines
293 B
C
11 lines
293 B
C
// controls
|
|
void OpenProfiler(bool enable);
|
|
void UpdateProfiler();
|
|
|
|
// additive profiler calls
|
|
void BeginProfileGfx(); // for gfx
|
|
void EndProfileGfx();
|
|
void BeginProfileSfx(); // for sfx
|
|
void EndProfileSfx();
|
|
void BeginProfileDVD(); // for dvd
|
|
void EndProfileDVD();
|