case-sensitivity was breaking libretro-fetch.sh

This commit is contained in:
hizzlekizzle 2019-06-09 09:12:57 -05:00 committed by GitHub
parent bf7edf4ed8
commit 21b4aa352d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,7 @@ libretro_snes9x_git_url="https://github.com/libretro/snes9x.git"
libretro_snes9x_build_subdir="libretro"
include_core_flycast() {
register_module core "Flycast"
register_module core "flycast"
}
libretro_flycast_name="Flycast"
libretro_flycast_git_url="https://github.com/libretro/flycast.git"