diff options
| author | EmptyChaos <EmptyChaos@users.noreply.github.com> | 2016-09-01 10:54:18 +0000 |
|---|---|---|
| committer | EmptyChaos <EmptyChaos@users.noreply.github.com> | 2016-09-03 14:55:44 +1000 |
| commit | aa1628251637e2040a85146c7c8578832b8489fb (patch) | |
| tree | c380f3f701d0e7d3c80501ee829700225dd2b1d4 /Source/Core/VideoCommon/CommandProcessor.cpp | |
| parent | f15e4fb35e5f2b7ed01d2f23b26719b7230c5b90 (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.cpp | 2 |
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 |
