From aa1628251637e2040a85146c7c8578832b8489fb Mon Sep 17 00:00:00 2001 From: EmptyChaos Date: Thu, 1 Sep 2016 10:54:18 +0000 Subject: Core: Change CoreTiming event key from int to EventType* Replace 'int' keys with something that carries type information. Performance is neutral. --- Source/Core/VideoCommon/CommandProcessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/CommandProcessor.cpp') 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 -- cgit v1.2.3