(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
|
#pragma mark Menus
|
||||||
- (IBAction)showCoresDirectory:(id)sender
|
- (IBAction)showCoresDirectory:(id)sender
|
||||||
{
|
{
|
||||||
[[NSWorkspace sharedWorkspace] openFile:BOXSTRING(g_defaults.core_dir)];
|
[[NSWorkspace sharedWorkspace] openFile:BOXSTRING(g_settings.libretro_directory)];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (IBAction)showPreferences:(id)sender
|
- (IBAction)showPreferences:(id)sender
|
||||||
|
|
Loading…
Reference in New Issue