core: clean up warnings

This commit is contained in:
BreadFish64
2018-08-01 14:10:23 -05:00
parent ba6eee71f5
commit 74cd98ecad
35 changed files with 82 additions and 77 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ public:
* This method should not be called from outside the timer callback handler,
* lest multiple callback events get scheduled.
*/
void Signal(int cycles_late);
void Signal(s64 cycles_late);
private:
Timer();