Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix the extended information status line that shows emulated mhz + id…
…les skipped.
  • Loading branch information
Sonicadvance1 committed Dec 21, 2013
1 parent 6737904 commit 42217fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/Core/Src/Core.cpp
Expand Up @@ -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();

Expand Down

0 comments on commit 42217fb

Please sign in to comment.