mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-08 02:25:56 +00:00
Renderer: Use imgui for drawing debug text and OSD
This commit is contained in:
parent
d1868d9475
commit
600d1fc0bc
13 changed files with 268 additions and 324 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue