From bc705b79e11b6cd1ea005df07956226c7569d89e Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Thu, 29 Sep 2016 09:58:57 +0200 Subject: [PATCH] (OSX) Fix --- ui/drivers/ui_cocoa.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/drivers/ui_cocoa.m b/ui/drivers/ui_cocoa.m index 17f3f0b4a0..7c87b27a07 100644 --- a/ui/drivers/ui_cocoa.m +++ b/ui/drivers/ui_cocoa.m @@ -290,7 +290,7 @@ static char** waiting_argv; NULL, NULL); } else - path_set_content(__core.UTF8String); + path_set(RARCH_PATH_CONTENT, __core.UTF8String); [sender replyToOpenOrPrint:NSApplicationDelegateReplySuccess]; } @@ -356,7 +356,7 @@ static void open_document_handler(ui_browser_window_state_t *state, bool result) if (system) core_name = system->library_name; - path_set_content(state->result); + path_set(RARCH_PATH_CONTENT, state->result); if (core_name) {