(iOS) Settings will now update immediately after closing pause menu

This commit is contained in:
meancoot 2013-11-29 17:56:11 -05:00
parent fb8fd8555b
commit 717225afce

View File

@ -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)];