Merge pull request #3985 from BreadFish64/fix-warnings

core: clean up warnings
This commit is contained in:
James Rowe 2018-08-02 11:14:57 -06:00 committed by GitHub
commit c35a251d86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 83 additions and 78 deletions

View file

@ -510,7 +510,7 @@ template void Write<u16>(u32 addr, const u16 data);
template void Write<u8>(u32 addr, const u8 data);
/// Update hardware
static void VBlankCallback(u64 userdata, int cycles_late) {
static void VBlankCallback(u64 userdata, s64 cycles_late) {
VideoCore::g_renderer->SwapBuffers();
// Signal to GSP that GPU interrupt has occurred