Fixed UNIX compilation
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user