core: clean up warnings

This commit is contained in:
BreadFish64 2018-07-23 16:08:14 -05:00
parent ba6eee71f5
commit 74cd98ecad
35 changed files with 82 additions and 77 deletions

View file

@ -52,7 +52,7 @@ static u64 GetSystemTime() {
return console_time;
}
static void UpdateTimeCallback(u64 userdata, int cycles_late) {
static void UpdateTimeCallback(u64 userdata, s64 cycles_late) {
DateTime& date_time =
shared_page.date_time_counter % 2 ? shared_page.date_time_0 : shared_page.date_time_1;