mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +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;
|
||||
}
|
||||
|
||||
- (void)dealloc
|
||||
{
|
||||
apple_refresh_config();
|
||||
}
|
||||
|
||||
- (void)performBasicAction:(enum basic_event_t)action
|
||||
{
|
||||
[self.navigationController popViewControllerAnimated:(action != QUIT)];
|
||||
|
Loading…
Reference in New Issue
Block a user