mirror of
https://github.com/libretro/RetroArch
synced 2025-01-28 14:54:03 +00:00
(iOS) Couple of quick fixes
This commit is contained in:
parent
2a6abb80b9
commit
960381366f
@ -186,7 +186,7 @@ void ios_bind_game_view_fbo()
|
||||
{
|
||||
dispatch_sync(dispatch_get_main_queue(), ^{
|
||||
if (g_context)
|
||||
[g_view display];
|
||||
[g_view bindDrawable];
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -312,6 +312,7 @@ static void event_reload_config(void* userdata)
|
||||
if (pthread_create(&_retroThread, 0, rarch_main_ios, load_data))
|
||||
{
|
||||
[self rarchExited:NO];
|
||||
return;
|
||||
}
|
||||
pthread_detach(_retroThread);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user