(OSX) Fix showCoresDirectory - opens g_settings.libretro_directory

This commit is contained in:
Twinaphex 2014-07-21 18:24:50 +02:00
parent 5c61bfec54
commit 77268423d0

View File

@ -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