summaryrefslogtreecommitdiff
path: root/blastem.c
diff options
context:
space:
mode:
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) {