Fixed UNIX compilation

This commit is contained in:
2025-02-08 13:08:34 -07:00
parent 65e4dbadb5
commit fc67151bfa
613 changed files with 34 additions and 38 deletions

View File

@ -131,7 +131,7 @@ void ppu_mode_vblank() {
}
}
u32 target_frame_time = 1000/60;
static u32 target_frame_time = 1000/60;
static long prev_frame_time = 0;
static long start_timer = 0;
static long frame_count = 0;
@ -179,4 +179,4 @@ void ppu_mode_hblank() {
ppu_get_context()->line_ticks = 0;
}
}
}