mirror of
https://github.com/libretro/RetroArch
synced 2025-02-19 12:41:00 +00:00
(iOS) Don't cause a context reset after the games first frame
This commit is contained in:
parent
a1ecd68cdb
commit
c86d4813db
@ -259,11 +259,12 @@ static void event_reload_config(void* userdata)
|
||||
if (!_isRunning)
|
||||
{
|
||||
[self pushViewController:RAGameView.get animated:NO];
|
||||
_isRunning = true;
|
||||
|
||||
_module = module;
|
||||
[RASettingsList refreshModuleConfig:_module];
|
||||
|
||||
_isRunning = true;
|
||||
|
||||
btpad_set_inquiry_state(false);
|
||||
|
||||
struct rarch_main_wrap* load_data = malloc(sizeof(struct rarch_main_wrap));
|
||||
|
Loading…
x
Reference in New Issue
Block a user