Fix the extended information status line that shows emulated mhz + idles skipped.

This commit is contained in:
Ryan Houdek 2013-12-21 17:58:04 -06:00
parent 6737904c83
commit 42217fbd75
1 changed files with 2 additions and 0 deletions

View File

@ -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();