mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Add HAVE_LIBRETRODB
This commit is contained in:
parent
7cb18cbdab
commit
96f106d992
@ -440,6 +440,7 @@
|
||||
"-DHAVE_GLUI",
|
||||
"-DHAVE_HID",
|
||||
"-DHAVE_XMB",
|
||||
"-DHAVE_LIBRETRODB",
|
||||
);
|
||||
PRODUCT_NAME = "RetroArch 10.6";
|
||||
SDKROOT = macosx;
|
||||
@ -511,6 +512,7 @@
|
||||
"-DHAVE_GLUI",
|
||||
"-DHAVE_HID",
|
||||
"-DHAVE_XMB",
|
||||
"-DHAVE_LIBRETRODB",
|
||||
);
|
||||
PRODUCT_NAME = "RetroArch 10.6";
|
||||
SDKROOT = macosx;
|
||||
@ -625,6 +627,7 @@
|
||||
"-DHAVE_GLUI",
|
||||
"-DHAVE_HID",
|
||||
"-DHAVE_XMB",
|
||||
"-DHAVE_LIBRETRODB",
|
||||
);
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SDKROOT = macosx;
|
||||
@ -696,6 +699,7 @@
|
||||
"-DHAVE_GLUI",
|
||||
"-DHAVE_HID",
|
||||
"-DHAVE_XMB",
|
||||
"-DHAVE_LIBRETRODB",
|
||||
);
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SDKROOT = macosx;
|
||||
|
@ -575,7 +575,8 @@ static int action_ok_core_load_deferred(const char *path,
|
||||
if (!driver.menu)
|
||||
return -1;
|
||||
|
||||
strlcpy(g_settings.libretro, path, sizeof(g_settings.libretro));
|
||||
if (path)
|
||||
strlcpy(g_settings.libretro, path, sizeof(g_settings.libretro));
|
||||
strlcpy(g_extern.fullpath, driver.menu->deferred_path,
|
||||
sizeof(g_extern.fullpath));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user