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.
|
// that's more of a debugging interest, it can always be optional of course if someone is interested.
|
||||||
//#define EXTENDED_INFO
|
//#define EXTENDED_INFO
|
||||||
#ifdef EXTENDED_INFO
|
#ifdef EXTENDED_INFO
|
||||||
|
static u64 ticks = 0;
|
||||||
|
static u64 idleTicks = 0;
|
||||||
u64 newTicks = CoreTiming::GetTicks();
|
u64 newTicks = CoreTiming::GetTicks();
|
||||||
u64 newIdleTicks = CoreTiming::GetIdleTicks();
|
u64 newIdleTicks = CoreTiming::GetIdleTicks();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue