oops.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2298 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
e010ef25da
commit
c83e4a4952
|
@ -279,8 +279,8 @@ namespace CPUCompare
|
|||
}
|
||||
}
|
||||
|
||||
static const bool ImHereDebug = true;
|
||||
static const bool ImHereLog = true;
|
||||
static const bool ImHereDebug = false;
|
||||
static const bool ImHereLog = false;
|
||||
static std::map<u32, int> been_here;
|
||||
|
||||
void ImHere()
|
||||
|
|
Loading…
Reference in New Issue