mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-09 18:20:42 +00:00
(ANDROID) fix ROM load error message on threaded video
remove overlay on ROM load error message
This commit is contained in:
parent
9406b0a771
commit
fe81760a29
@ -193,6 +193,9 @@ static void *android_app_entry(void *data)
|
||||
|
||||
if (!android_app_start_main(android_app))
|
||||
{
|
||||
g_settings.input.overlay[0] = 0;
|
||||
// threaded video doesn't work right for just displaying one frame
|
||||
g_settings.video.threaded = false;
|
||||
init_drivers();
|
||||
driver.video_poke->set_aspect_ratio(driver.video_data, ASPECT_RATIO_SQUARE);
|
||||
rarch_render_cached_frame();
|
||||
|
Loading…
Reference in New Issue
Block a user