mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-11 13:26:34 +00:00
(Apple) take out some MAC_OS_X_VERSION_10_6 ifdefs in OSX/settings.m
This commit is contained in:
parent
42e012a080
commit
762f4dc83d
@ -194,19 +194,13 @@ NSWindowDelegate>
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef MAC_OS_X_VERSION_10_6
|
||||
/* FIXME - fix for 10.5.8 and lower */
|
||||
setting_data_load_config_path(setting_data_get_list(), apple_platform.globalConfigFile.UTF8String);
|
||||
#endif
|
||||
apple_stop_iteration();
|
||||
}
|
||||
|
||||
- (void)windowWillClose:(NSNotification *)notification
|
||||
{
|
||||
#ifdef MAC_OS_X_VERSION_10_6
|
||||
/* FIXME - fix for 10.5.8 and lower */
|
||||
setting_data_save_config_path(setting_data_get_list(), apple_platform.globalConfigFile.UTF8String);
|
||||
#endif
|
||||
[NSApp stopModal];
|
||||
|
||||
apple_start_iteration();
|
||||
|
Loading…
x
Reference in New Issue
Block a user