summaryrefslogtreecommitdiff
path: root/libblastem.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 /libblastem.c
parent99637c7a9ae8db68effe0667aaa9c574c9541c22 (diff)
Less hacky run on audio thread mode
Diffstat (limited to 'libblastem.c')
-rw-r--r--libblastem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libblastem.c b/libblastem.c
index 7a066ac..835854c 100644
--- a/libblastem.c
+++ b/libblastem.c
@@ -381,7 +381,7 @@ void render_framebuffer_updated(uint8_t which, int width)
last_height = height;
}
retro_video_refresh(fb + overscan_left + LINEBUF_SIZE * overscan_top, width, height, LINEBUF_SIZE * sizeof(uint32_t));
- current_system->request_exit(current_system);
+ system_request_exit(current_system, 0);
}
uint8_t render_get_active_framebuffer(void)