(iOS) Don't cause a context reset after the games first frame

This commit is contained in:
meancoot 2013-06-30 20:31:53 -04:00
parent a1ecd68cdb
commit c86d4813db

View File

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