From e54367b1c456fdbafe40838c8c602cf14d1bbc1b Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sat, 9 May 2020 23:25:51 -0700 Subject: Less hacky run on audio thread mode --- bindings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings.c') diff --git a/bindings.c b/bindings.c index bec8e16..2921aa8 100644 --- a/bindings.c +++ b/bindings.c @@ -409,7 +409,7 @@ void handle_binding_up(keybinding * binding) 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) { -- cgit v1.2.3