comparison libblastem.c @ 1980:81df9aa2de9b

Less hacky run on audio thread mode
author Michael Pavone <pavone@retrodev.com>
date Sat, 09 May 2020 23:25:51 -0700
parents b387f1c5a1d0
children f77d36a975ff
comparison
equal deleted inserted replaced
1979:06c25babe464 1980:81df9aa2de9b
379 retro_environment(RETRO_ENVIRONMENT_SET_GEOMETRY, &geometry); 379 retro_environment(RETRO_ENVIRONMENT_SET_GEOMETRY, &geometry);
380 last_width = width; 380 last_width = width;
381 last_height = height; 381 last_height = height;
382 } 382 }
383 retro_video_refresh(fb + overscan_left + LINEBUF_SIZE * overscan_top, width, height, LINEBUF_SIZE * sizeof(uint32_t)); 383 retro_video_refresh(fb + overscan_left + LINEBUF_SIZE * overscan_top, width, height, LINEBUF_SIZE * sizeof(uint32_t));
384 current_system->request_exit(current_system); 384 system_request_exit(current_system, 0);
385 } 385 }
386 386
387 uint8_t render_get_active_framebuffer(void) 387 uint8_t render_get_active_framebuffer(void)
388 { 388 {
389 return 0; 389 return 0;