mirror of
https://github.com/libretro/RetroArch
synced 2025-03-26 11:37:30 +00:00
(iOS) Update applicationDidBecomeActive - startup UI Companion screen
when setting is enabled
This commit is contained in:
parent
3676dda5d7
commit
3ff4522c4f
@ -318,6 +318,11 @@ enum
|
|||||||
|
|
||||||
- (void)applicationDidBecomeActive:(UIApplication *)application
|
- (void)applicationDidBecomeActive:(UIApplication *)application
|
||||||
{
|
{
|
||||||
|
settings_t *settings = config_get_ptr();
|
||||||
|
|
||||||
|
if (settings->ui.companion_start_on_boot)
|
||||||
|
return;
|
||||||
|
|
||||||
[self showGameView];
|
[self showGameView];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user