diff bindings.c @ 1980:81df9aa2de9b

Less hacky run on audio thread mode
author Michael Pavone <pavone@retrodev.com>
date Sat, 09 May 2020 23:25:51 -0700
parents 508522f08e4d
children 372625dd9590
line wrap: on
line diff
--- a/bindings.c	Sat May 09 21:37:35 2020 -0700
+++ b/bindings.c	Sat May 09 23:25:51 2020 -0700
@@ -409,7 +409,7 @@
 				show_pause_menu();
 			} else {
 #endif
-			current_system->request_exit(current_system);
+			system_request_exit(current_system, 1);
 			if (current_system->type == SYSTEM_GENESIS) {
 				genesis_context *gen = (genesis_context *)current_system;
 				if (gen->extra) {