diff options
author | Michael Pavone <pavone@retrodev.com> | 2020-05-09 23:25:51 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2020-05-09 23:25:51 -0700 |
commit | e54367b1c456fdbafe40838c8c602cf14d1bbc1b (patch) | |
tree | fcda5ed6bb7ed5176674573a255f5019a99a4369 /bindings.c | |
parent | 99637c7a9ae8db68effe0667aaa9c574c9541c22 (diff) |
Less hacky run on audio thread mode
Diffstat (limited to 'bindings.c')
-rw-r--r-- | bindings.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |