mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
(Cocoa) More buildfixes
This commit is contained in:
parent
6fbdd319f4
commit
9f1b9e6676
@ -273,7 +273,7 @@ extern void action_ok_push_quick_menu(void);
|
|||||||
if (filenames.count == 1 && [filenames objectAtIndex:0])
|
if (filenames.count == 1 && [filenames objectAtIndex:0])
|
||||||
{
|
{
|
||||||
NSString *__core = [filenames objectAtIndex:0];
|
NSString *__core = [filenames objectAtIndex:0];
|
||||||
const char *core_name = g_system_menu.library_name : NULL;
|
const char *core_name = g_system_menu.library_name;
|
||||||
|
|
||||||
runloop_ctl(RUNLOOP_CTL_SET_CONTENT_PATH, (void*)__core.UTF8String);
|
runloop_ctl(RUNLOOP_CTL_SET_CONTENT_PATH, (void*)__core.UTF8String);
|
||||||
|
|
||||||
@ -337,7 +337,7 @@ extern void action_ok_push_quick_menu(void);
|
|||||||
{
|
{
|
||||||
NSURL *url = (NSURL*)panel.URL;
|
NSURL *url = (NSURL*)panel.URL;
|
||||||
NSString *__core = url.path;
|
NSString *__core = url.path;
|
||||||
const char *core_name = g_system_menu.library_name : NULL;
|
const char *core_name = g_system_menu.library_name;
|
||||||
|
|
||||||
runloop_ctl(RUNLOOP_CTL_SET_CONTENT_PATH, (void*)__core.UTF8String);
|
runloop_ctl(RUNLOOP_CTL_SET_CONTENT_PATH, (void*)__core.UTF8String);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user