mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(iOS) Settings will now update immediately after closing pause menu
This commit is contained in:
parent
fb8fd8555b
commit
717225afce
@ -943,6 +943,11 @@ static const void* const associated_core_key = &associated_core_key;
|
|||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (void)dealloc
|
||||||
|
{
|
||||||
|
apple_refresh_config();
|
||||||
|
}
|
||||||
|
|
||||||
- (void)performBasicAction:(enum basic_event_t)action
|
- (void)performBasicAction:(enum basic_event_t)action
|
||||||
{
|
{
|
||||||
[self.navigationController popViewControllerAnimated:(action != QUIT)];
|
[self.navigationController popViewControllerAnimated:(action != QUIT)];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user