mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
Build fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5834 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
f158ca82af
commit
fccacd7f62
@ -22,7 +22,7 @@
|
||||
#ifdef _WIN32
|
||||
|
||||
#ifdef _M_IX86
|
||||
#define PROFILER_QUERY_PERFORMACE_COUNTER(pt) \
|
||||
#define PROFILER_QUERY_PERFORMANCE_COUNTER(pt) \
|
||||
LEA(32, EAX, M(pt)); PUSH(EAX); \
|
||||
CALL(QueryPerformanceCounter)
|
||||
// TODO: r64 way
|
||||
@ -43,7 +43,7 @@
|
||||
|
||||
#else
|
||||
|
||||
#define PROFILER_QUERY_PERFORMACE_COUNTER(pt)
|
||||
#define PROFILER_QUERY_PERFORMANCE_COUNTER(pt)
|
||||
#define PROFILER_ADD_DIFF_LARGE_INTEGER(pdt, pt1, pt0)
|
||||
#define PROFILER_VPUSH
|
||||
#define PROFILER_VPOP
|
||||
@ -51,7 +51,7 @@
|
||||
|
||||
#else
|
||||
// TODO
|
||||
#define PROFILER_QUERY_PERFORMACE_COUNTER(pt)
|
||||
#define PROFILER_QUERY_PERFORMANCE_COUNTER(pt)
|
||||
#define PROFILER_ADD_DIFF_LARGE_INTEGER(pdt, pt1, pt0)
|
||||
#define PROFILER_VPUSH
|
||||
#define PROFILER_VPOP
|
||||
|
Loading…
Reference in New Issue
Block a user