summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/CommandProcessor.cpp
diff options
context:
space:
mode:
authorEmptyChaos <EmptyChaos@users.noreply.github.com>2016-09-01 10:54:18 +0000
committerEmptyChaos <EmptyChaos@users.noreply.github.com>2016-09-03 14:55:44 +1000
commitaa1628251637e2040a85146c7c8578832b8489fb (patch)
treec380f3f701d0e7d3c80501ee829700225dd2b1d4 /Source/Core/VideoCommon/CommandProcessor.cpp
parentf15e4fb35e5f2b7ed01d2f23b26719b7230c5b90 (diff)
Core: Change CoreTiming event key from int to EventType*
Replace 'int' keys with something that carries type information. Performance is neutral.
Diffstat (limited to 'Source/Core/VideoCommon/CommandProcessor.cpp')
-rw-r--r--Source/Core/VideoCommon/CommandProcessor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/CommandProcessor.cpp b/Source/Core/VideoCommon/CommandProcessor.cpp
index 287d93d28f..32095d57b2 100644
--- a/Source/Core/VideoCommon/CommandProcessor.cpp
+++ b/Source/Core/VideoCommon/CommandProcessor.cpp
@@ -21,7 +21,7 @@
namespace CommandProcessor
{
-static int et_UpdateInterrupts;
+static CoreTiming::EventType* et_UpdateInterrupts;
// TODO(ector): Warn on bbox read/write