mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
(OSX) Get rid of saving/loading global config file when opening/closing
settings menu - also don't do stop_iteration/start_iteration
This commit is contained in:
parent
5e637f4065
commit
e63a0106d1
@ -195,17 +195,11 @@ NSWindowDelegate>
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
setting_data_load_config_path(setting_data_get_list(), apple_platform.globalConfigFile.UTF8String);
|
|
||||||
apple_stop_iteration();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)windowWillClose:(NSNotification *)notification
|
- (void)windowWillClose:(NSNotification *)notification
|
||||||
{
|
{
|
||||||
setting_data_save_config_path(setting_data_get_list(), apple_platform.globalConfigFile.UTF8String);
|
|
||||||
[NSApp stopModal];
|
[NSApp stopModal];
|
||||||
|
|
||||||
apple_start_iteration();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#pragma mark Section Table
|
#pragma mark Section Table
|
||||||
|
Loading…
x
Reference in New Issue
Block a user