small compile fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1762 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
4eed9912ad
commit
7c37718089
|
@ -22,7 +22,7 @@
|
||||||
// performance hit, it's not enabled by default, but it's useful for
|
// performance hit, it's not enabled by default, but it's useful for
|
||||||
// locating performance issues.
|
// locating performance issues.
|
||||||
|
|
||||||
#define OPROFILE_REPORT
|
//#define OPROFILE_REPORT
|
||||||
|
|
||||||
#include "Common.h"
|
#include "Common.h"
|
||||||
#include "../../Core.h"
|
#include "../../Core.h"
|
||||||
|
|
Loading…
Reference in New Issue