summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/CommandProcessor.cpp
diff options
context:
space:
mode:
authorScott Mansell <phiren@gmail.com>2016-04-10 02:06:09 +1200
committerScott Mansell <phiren@gmail.com>2016-04-10 02:13:06 +1200
commit5e50c37c138e28821079c165b0cd72702ff9154f (patch)
tree731449c08473e0723644a5a0024318fd7ec1058a /Source/Core/VideoCommon/CommandProcessor.cpp
parent28e0607522ea46cfbced8cb9d86cf3ec7bcbce36 (diff)
Alternative fix: promote cycleslate to an s64 everywhere.
Also changed a few functions to be static.
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 92bb3c715d..a480cc90dc 100644
--- a/Source/Core/VideoCommon/CommandProcessor.cpp
+++ b/Source/Core/VideoCommon/CommandProcessor.cpp
@@ -47,7 +47,7 @@ static bool IsOnThread()
return SConfig::GetInstance().bCPUThread;
}
-static void UpdateInterrupts_Wrapper(u64 userdata, int cyclesLate)
+static void UpdateInterrupts_Wrapper(u64 userdata, s64 cyclesLate)
{
UpdateInterrupts(userdata);
}