summaryrefslogtreecommitdiff
path: root/bindings.c
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2020-05-09 23:25:51 -0700
committerMichael Pavone <pavone@retrodev.com>2020-05-09 23:25:51 -0700
commite54367b1c456fdbafe40838c8c602cf14d1bbc1b (patch)
treefcda5ed6bb7ed5176674573a255f5019a99a4369 /bindings.c
parent99637c7a9ae8db68effe0667aaa9c574c9541c22 (diff)
Less hacky run on audio thread mode
Diffstat (limited to 'bindings.c')
-rw-r--r--bindings.c2
1 files changed, 1 insertions, 1 deletions
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) {