diff options
author | Michael Pavone <pavone@retrodev.com> | 2020-04-18 22:36:13 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2020-04-18 22:36:13 -0700 |
commit | 50379e379426be665efd31e299891fa849db00d1 (patch) | |
tree | 8d6da310e07a6e5b44577c2936c937db967eca3a /blastem.c | |
parent | 97af82b76f97e95b11a028af786e9e5b1a1977fe (diff) |
WIP new sync mode that runs emulation on audio thread
Diffstat (limited to 'blastem.c')
-rw-r--r-- | blastem.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -676,6 +676,7 @@ int main(int argc, char ** argv) current_system->debugger_type = dtype; current_system->enter_debugger = start_in_debugger && menu == debug_target; current_system->start_context(current_system, menu ? NULL : statefile); + render_video_loop(); for(;;) { if (current_system->should_exit) { |