mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
Merge pull request #9318 from ToKe79/lakka-nightly-updater-url
Change URL for Lakka online updater - nightlies
This commit is contained in:
commit
b26c8fe6f7
@ -171,7 +171,11 @@ const char *file_path_str(enum file_path_enum enum_idx)
|
||||
str = "http://thumbnailpacks.libretro.com";
|
||||
break;
|
||||
case FILE_PATH_LAKKA_URL:
|
||||
#ifdef HAVE_LAKKA_NIGHTLY
|
||||
str = "http://nightly.builds.lakka.tv/.updater";
|
||||
#else
|
||||
str = "http://le.builds.lakka.tv";
|
||||
#endif
|
||||
break;
|
||||
case FILE_PATH_SHADERS_GLSL_ZIP:
|
||||
str = "shaders_glsl.zip";
|
||||
|
Loading…
x
Reference in New Issue
Block a user