mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Renderer: Use imgui for drawing debug text and OSD
This commit is contained in:
@ -65,9 +65,8 @@ struct Statistics
|
||||
ThisFrame thisFrame;
|
||||
void ResetFrame();
|
||||
static void SwapDL();
|
||||
|
||||
static std::string ToString();
|
||||
static std::string ToStringProj();
|
||||
static void Display();
|
||||
static void DisplayProj();
|
||||
};
|
||||
|
||||
extern Statistics stats;
|
||||
|
Reference in New Issue
Block a user