mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
Merge pull request #4072 from fr500/master
de-hardcode core path on android
This commit is contained in:
commit
6df6e2a2a2
@ -1293,8 +1293,8 @@ static void frontend_linux_get_env(int *argc,
|
||||
|
||||
__android_log_print(ANDROID_LOG_INFO,
|
||||
"RetroArch", "[ENV]: libretro path: [%s]\n", core_path);
|
||||
if (args && *core_path)
|
||||
args->libretro_path = core_path;
|
||||
/*if (args && *core_path)
|
||||
args->libretro_path = core_path;*/
|
||||
}
|
||||
|
||||
/* Content. */
|
||||
|
Loading…
Reference in New Issue
Block a user