mirror of
https://github.com/libretro/libretro-super
synced 2025-03-05 13:14:30 +00:00
Rename to flycast
This commit is contained in:
parent
a46dd27e31
commit
3e77d87834
@ -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 ---
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user