diff options
| author | Scott Mansell <phiren@gmail.com> | 2016-09-04 11:48:54 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-04 11:48:54 +1200 |
| commit | f5fa5a7d325bb0a7dd46b5f1723e52c370eb93b8 (patch) | |
| tree | 83d3623ee2567c0277dffb37b07a841b44a169e4 /Source/Core/VideoCommon/CommandProcessor.cpp | |
| parent | 0f359000c54234a9a4728a432287b6a7e2389f0f (diff) | |
| parent | 9d8f37301624681685c479e976d26f3d266c1129 (diff) | |
Merge pull request #4168 from EmptyChaos/coretiming-cleanup
Core: CoreTiming Cleanup (Add UnitTests)
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 |
