From 6f49139ebaa10d8bd02d8892002291f919b01308 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Thu, 21 Jan 2016 04:02:15 +0100 Subject: [PATCH] (OSX) Buildfix --- ui/drivers/ui_cocoa.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/drivers/ui_cocoa.m b/ui/drivers/ui_cocoa.m index c098bed75e..1de3e2eff0 100644 --- a/ui/drivers/ui_cocoa.m +++ b/ui/drivers/ui_cocoa.m @@ -304,7 +304,7 @@ static void open_core_handler(NSOpenPanel *panel, NSInteger result) runloop_ctl(RUNLOOP_CTL_SET_LIBRETRO_PATH, (void*)__core.UTF8String); ui_companion_event_command(EVENT_CMD_LOAD_CORE); - if (menu_driver_ctl(RARCH_MENU_CTL_HAS_LOAD_NO_CONTENT, NULL) && settings->core.set_supports_no_game_enable) + if (menu_driver_ctl(RARCH_MENU_CTL_HAS_LOAD_NO_CONTENT, NULL) && settings->set_supports_no_game_enable) { int ret = 0; runloop_ctl(RUNLOOP_CTL_CLEAR_CONTENT_PATH, NULL);