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 --- libblastem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libblastem.c') 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) -- cgit v1.2.3