mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Cleanups
This commit is contained in:
parent
85c672a0f6
commit
b3d3e5dd06
@ -385,9 +385,10 @@ enum
|
||||
|
||||
- (void)applicationDidBecomeActive:(UIApplication *)application
|
||||
{
|
||||
settings_t *settings = config_get_ptr();
|
||||
settings_t *settings = config_get_ptr();
|
||||
bool ui_companion_start_on_boot = settings->bools.ui_companion_start_on_boot;
|
||||
|
||||
if (settings->bools.ui_companion_start_on_boot)
|
||||
if (ui_companion_start_on_boot)
|
||||
return;
|
||||
|
||||
[self showGameView];
|
||||
|
Loading…
x
Reference in New Issue
Block a user