mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
(OSX) Fix showCoresDirectory - opens g_settings.libretro_directory
This commit is contained in:
parent
5c61bfec54
commit
77268423d0
@ -307,7 +307,7 @@ static char** waiting_argv;
|
||||
#pragma mark Menus
|
||||
- (IBAction)showCoresDirectory:(id)sender
|
||||
{
|
||||
[[NSWorkspace sharedWorkspace] openFile:BOXSTRING(g_defaults.core_dir)];
|
||||
[[NSWorkspace sharedWorkspace] openFile:BOXSTRING(g_settings.libretro_directory)];
|
||||
}
|
||||
|
||||
- (IBAction)showPreferences:(id)sender
|
||||
|
Loading…
x
Reference in New Issue
Block a user