mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 11:18:25 +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…
Reference in New Issue
Block a user