mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-22 04:24:56 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue