diff blastem.c @ 1936:2c1c88cd1a3f mame_interp

Merge from default
author Michael Pavone <pavone@retrodev.com>
date Sun, 19 Apr 2020 00:59:09 -0700
parents 374a5ae694e8 b387f1c5a1d0
children a7b753e260a2
line wrap: on
line diff
--- a/blastem.c	Sat Apr 18 11:42:53 2020 -0700
+++ b/blastem.c	Sun Apr 19 00:59:09 2020 -0700
@@ -682,6 +682,7 @@
 	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) {