mirror of
https://github.com/libretro/RetroArch
synced 2025-04-25 09:02:44 +00:00
(QNX) Add default_libretro_path for __QNX__
This commit is contained in:
parent
1bdaf62be1
commit
bcc5909e00
@ -316,6 +316,8 @@ static const char *default_libretro_info_path = NULL;
|
|||||||
|
|
||||||
#if defined(ANDROID)
|
#if defined(ANDROID)
|
||||||
static const char *default_libretro_path = "/data/data/com.retroarch/cores/";
|
static const char *default_libretro_path = "/data/data/com.retroarch/cores/";
|
||||||
|
#elif defined(__QNX__)
|
||||||
|
static const char *default_libretro_path = "/app/native/lib/";
|
||||||
#else
|
#else
|
||||||
static const char *default_libretro_path = NULL;
|
static const char *default_libretro_path = NULL;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user