some random fixes.
This commit is contained in:
@ -167,6 +167,8 @@ void ppu_mode_hblank() {
|
||||
|
||||
if(frame_time < ppu_get_context()->target_frame_time) {
|
||||
delay((ppu_get_context()->target_frame_time - frame_time));
|
||||
} else if(frame_time > ppu_get_context()->target_frame_time) {
|
||||
//printf("Frame timing missed!\n");
|
||||
}
|
||||
|
||||
while(ppu_get_context()->paused) {
|
||||
|
Reference in New Issue
Block a user