mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-02 17:53:40 +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)
|
||||
static const char *default_libretro_path = "/data/data/com.retroarch/cores/";
|
||||
#elif defined(__QNX__)
|
||||
static const char *default_libretro_path = "/app/native/lib/";
|
||||
#else
|
||||
static const char *default_libretro_path = NULL;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user