ppu work
This commit is contained in:
@ -93,10 +93,10 @@ int emu_run(int argc, char **argv) {
|
||||
while(!ctx.die) {
|
||||
sleep_ms(1);
|
||||
ui_handle_events();
|
||||
if (prev_frame != ppu_get_context()->current_frame) {
|
||||
//if (prev_frame != ppu_get_context()->current_frame) {
|
||||
ui_update();
|
||||
}
|
||||
prev_frame = ppu_get_context()->current_frame;
|
||||
//}
|
||||
//prev_frame = ppu_get_context()->current_frame;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user