(OSX) Fix
This commit is contained in:
parent
ac416b4494
commit
bc705b79e1
|
@ -290,7 +290,7 @@ static char** waiting_argv;
|
||||||
NULL, NULL);
|
NULL, NULL);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
path_set_content(__core.UTF8String);
|
path_set(RARCH_PATH_CONTENT, __core.UTF8String);
|
||||||
|
|
||||||
[sender replyToOpenOrPrint:NSApplicationDelegateReplySuccess];
|
[sender replyToOpenOrPrint:NSApplicationDelegateReplySuccess];
|
||||||
}
|
}
|
||||||
|
@ -356,7 +356,7 @@ static void open_document_handler(ui_browser_window_state_t *state, bool result)
|
||||||
if (system)
|
if (system)
|
||||||
core_name = system->library_name;
|
core_name = system->library_name;
|
||||||
|
|
||||||
path_set_content(state->result);
|
path_set(RARCH_PATH_CONTENT, state->result);
|
||||||
|
|
||||||
if (core_name)
|
if (core_name)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue