Rename to flycast

This commit is contained in:
twinaphex 2019-06-04 19:43:50 +02:00
parent a46dd27e31
commit 3e77d87834
2 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@ include_core_bsnes_mercury_performance
include_core_mednafen_snes
# --- Dreamcast emulator cores ---
include_core_beetledc
include_core_flycast
include_core_redream
# --- Genesis emulator cores ---

View File

@ -164,12 +164,12 @@ libretro_snes9x_name="SNES9x"
libretro_snes9x_git_url="https://github.com/libretro/snes9x.git"
libretro_snes9x_build_subdir="libretro"
include_core_beetledc() {
register_module core "beetledc"
include_core_flycast() {
register_module core "Flycast"
}
libretro_beetledc_name="BeetleDC"
libretro_beetledc_git_url="https://github.com/libretro/beetle-dc.git"
libretro_beetledc_build_makefile="Makefile"
libretro_flycast_name="Flycast"
libretro_flycast_git_url="https://github.com/libretro/flycast.git"
libretro_flycast_build_makefile="Makefile"
include_core_redream() {
register_module core "redream"