mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-23 02:10:29 +00:00
9 lines
93 B
C
9 lines
93 B
C
![]() |
#pragma once
|
||
|
|
||
|
class UIContext;
|
||
|
|
||
|
#ifdef USE_PROFILER
|
||
|
|
||
|
void DrawProfile(UIContext &ui);
|
||
|
|
||
|
#endif
|