core: Fix some warnings on OSX
This commit is contained in:
parent
7f730ed158
commit
676daef3c7
4 changed files with 5 additions and 6 deletions
|
@ -202,8 +202,6 @@ template void Write<u8>(u32 addr, const u8 data);
|
|||
|
||||
/// Update hardware
|
||||
static void VBlankCallback(u64 userdata, int cycles_late) {
|
||||
auto& framebuffer_top = g_regs.framebuffer_config[0];
|
||||
|
||||
frame_count++;
|
||||
last_skip_frame = g_skip_frame;
|
||||
g_skip_frame = (frame_count & Settings::values.frame_skip) != 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue