mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
(OSX) Buildfix
This commit is contained in:
parent
ab3591df73
commit
e26c88b4bb
@ -259,8 +259,6 @@ static void poll_iteration(void)
|
||||
}
|
||||
|
||||
|
||||
extern void action_ok_push_quick_menu(void);
|
||||
|
||||
- (void)application:(NSApplication *)sender openFiles:(NSArray *)filenames
|
||||
{
|
||||
if (filenames.count == 1 && [filenames objectAtIndex:0])
|
||||
@ -311,7 +309,7 @@ static void open_core_handler(NSOpenPanel *panel, NSInteger result)
|
||||
if (rarch_task_push_content_load_default(
|
||||
NULL, NULL, false, CORE_TYPE_PLAIN,
|
||||
NULL, NULL))
|
||||
action_ok_push_quick_menu();
|
||||
menu_driver_ctl(RARCH_MENU_CTL_SET_PENDING_QUICK_MENU, NULL);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user