comparison blastem.c @ 1932:b387f1c5a1d0

WIP new sync mode that runs emulation on audio thread
author Michael Pavone <pavone@retrodev.com>
date Sat, 18 Apr 2020 22:36:13 -0700
parents 30f2821ffd65
children 2c1c88cd1a3f c3c62dbf1ceb
comparison
equal deleted inserted replaced
1930:0f135b214927 1932:b387f1c5a1d0
674 #endif 674 #endif
675 675
676 current_system->debugger_type = dtype; 676 current_system->debugger_type = dtype;
677 current_system->enter_debugger = start_in_debugger && menu == debug_target; 677 current_system->enter_debugger = start_in_debugger && menu == debug_target;
678 current_system->start_context(current_system, menu ? NULL : statefile); 678 current_system->start_context(current_system, menu ? NULL : statefile);
679 render_video_loop();
679 for(;;) 680 for(;;)
680 { 681 {
681 if (current_system->should_exit) { 682 if (current_system->should_exit) {
682 break; 683 break;
683 } 684 }