Merge pull request #9318 from ToKe79/lakka-nightly-updater-url

Change URL for Lakka online updater - nightlies
This commit is contained in:
Twinaphex 2019-08-17 19:16:46 +02:00 committed by GitHub
commit b26c8fe6f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";