mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-09 06:03:32 +01:00
Fix the extended information status line that shows emulated mhz + idles skipped.
This commit is contained in:
parent
6737904c83
commit
42217fbd75
@ -708,6 +708,8 @@ void UpdateTitle()
|
||||
// that's more of a debugging interest, it can always be optional of course if someone is interested.
|
||||
//#define EXTENDED_INFO
|
||||
#ifdef EXTENDED_INFO
|
||||
static u64 ticks = 0;
|
||||
static u64 idleTicks = 0;
|
||||
u64 newTicks = CoreTiming::GetTicks();
|
||||
u64 newIdleTicks = CoreTiming::GetIdleTicks();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user