diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2016-04-11 21:43:20 +0200 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2016-04-11 21:43:20 +0200 |
| commit | 61ea5328f76d9ecec163fedbae7e22e60a7ef37b (patch) | |
| tree | 7fa8ec9ca899db1cf7fc355234fbf02dad40f530 /Source/Core/VideoCommon/CommandProcessor.cpp | |
| parent | fc3c83eb7bd7528e88c063dd40c44c7af25ddce4 (diff) | |
| parent | 5e50c37c138e28821079c165b0cd72702ff9154f (diff) | |
Merge pull request #3774 from phire/Fix_Metroid_Other_M
Fix Metroid: Other M
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 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); } |
