summaryrefslogtreecommitdiff
path: root/blastem.c
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2020-04-18 22:36:13 -0700
committerMichael Pavone <pavone@retrodev.com>2020-04-18 22:36:13 -0700
commit50379e379426be665efd31e299891fa849db00d1 (patch)
tree8d6da310e07a6e5b44577c2936c937db967eca3a /blastem.c
parent97af82b76f97e95b11a028af786e9e5b1a1977fe (diff)
WIP new sync mode that runs emulation on audio thread
Diffstat (limited to 'blastem.c')
-rw-r--r--blastem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/blastem.c b/blastem.c
index f052da0..e06163f 100644
--- a/blastem.c
+++ b/blastem.c
@@ -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) {