mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(OSX) Buildfix
This commit is contained in:
parent
df31ba6255
commit
09f108b4a7
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ static void open_core_handler(ui_browser_window_state_t *state, bool result)
|
|||
ui_companion_event_command(CMD_EVENT_LOAD_CORE);
|
||||
|
||||
if (menu_driver_ctl(RARCH_MENU_CTL_HAS_LOAD_NO_CONTENT, NULL)
|
||||
&& settings->set_supports_no_game_enable)
|
||||
&& settings->bools.set_supports_no_game_enable)
|
||||
{
|
||||
content_ctx_info_t content_info = {0};
|
||||
path_clear(RARCH_PATH_CONTENT);
|
||||
|
|
Loading…
Add table
Reference in a new issue