pureikyubu/SRC/UI/UserProfiler.h
ogamespec bc630cd30f Redesing in AI DMA and DVD Audio processing
- SIPoll is now polling in HWUpdate
2020-04-03 22:59:01 +03:00

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();