mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +00:00
(iOS) Remove default_libretro_path and default_libretro_info_path defaults. Having them causes the the -L argument to RetroArch to not be picked up.
This commit is contained in:
parent
b41c3cc6bd
commit
520589ed15
@ -351,8 +351,6 @@ static bool default_block_config_read = false;
|
||||
static const char *default_libretro_info_path = "/data/data/com.retroarch/info/";
|
||||
#elif defined(__QNX__)
|
||||
static const char *default_libretro_info_path = "/app/native/info/";
|
||||
#elif defined(IOS)
|
||||
static const char *default_libretro_info_path = ":/modules/";
|
||||
#else
|
||||
static const char *default_libretro_info_path = NULL;
|
||||
#endif
|
||||
@ -361,8 +359,6 @@ static const char *default_libretro_info_path = NULL;
|
||||
static const char *default_libretro_path = "/data/data/com.retroarch/cores/";
|
||||
#elif defined(__QNX__)
|
||||
static const char *default_libretro_path = "/app/native/lib/";
|
||||
#elif defined(IOS)
|
||||
static const char *default_libretro_path = ":/modules/";
|
||||
#else
|
||||
static const char *default_libretro_path = NULL;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user