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/PixelEngine.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/PixelEngine.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/PixelEngine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/PixelEngine.cpp b/Source/Core/VideoCommon/PixelEngine.cpp index f38eb71125..5271f11d9a 100644 --- a/Source/Core/VideoCommon/PixelEngine.cpp +++ b/Source/Core/VideoCommon/PixelEngine.cpp @@ -100,7 +100,7 @@ static bool s_event_raised; static bool s_signal_token_interrupt; static bool s_signal_finish_interrupt; -static int et_SetTokenFinishOnMainThread; +static CoreTiming::EventType* et_SetTokenFinishOnMainThread; enum { |
