diff 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
line wrap: on
line diff
--- a/blastem.c	Fri Apr 17 22:21:13 2020 -0700
+++ b/blastem.c	Sat Apr 18 22:36:13 2020 -0700
@@ -676,6 +676,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) {