mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
I dunno how this has been missed so long—fixed mednafen/beetle builds
This commit is contained in:
parent
604b0c3471
commit
63cbb06d1d
@ -649,34 +649,34 @@ build_libretro_4do() {
|
||||
libretro_build_core 4do
|
||||
}
|
||||
build_libretro_beetle_gba() {
|
||||
libretro_build_core beetle_gba
|
||||
libretro_build_core mednafen_gba
|
||||
}
|
||||
build_libretro_beetle_lynx() {
|
||||
libretro_build_core beetle_lynx
|
||||
libretro_build_core mednafen_lynx
|
||||
}
|
||||
build_libretro_beetle_ngp() {
|
||||
libretro_build_core beetle_ngp
|
||||
libretro_build_core mednafen_ngp
|
||||
}
|
||||
build_libretro_beetle_pce_fast() {
|
||||
libretro_build_core beetle_pce_fast
|
||||
libretro_build_core mednafen_pce_fast
|
||||
}
|
||||
build_libretro_beetle_pcfx() {
|
||||
libretro_build_core beetle_pcfx
|
||||
libretro_build_core mednafen_pcfx
|
||||
}
|
||||
build_libretro_beetle_psx() {
|
||||
libretro_build_core beetle_psx
|
||||
libretro_build_core mednafen_psx
|
||||
}
|
||||
build_libretro_beetle_snes() {
|
||||
libretro_build_core beetle_snes
|
||||
libretro_build_core mednafen_snes
|
||||
}
|
||||
build_libretro_beetle_supergrafx() {
|
||||
libretro_build_core beetle_supergrafx
|
||||
libretro_build_core mednafen_supergrafx
|
||||
}
|
||||
build_libretro_beetle_vb() {
|
||||
libretro_build_core beetle_vb
|
||||
libretro_build_core mednafen_vb
|
||||
}
|
||||
build_libretro_beetle_wswan() {
|
||||
libretro_build_core beetle_wsawn
|
||||
libretro_build_core mednafen_wsawn
|
||||
}
|
||||
build_libretro_bluemsx() {
|
||||
libretro_build_core bluemsx
|
||||
|
@ -121,16 +121,16 @@ else
|
||||
build_libretro_bsnes_cplusplus98
|
||||
build_libretro_bsnes
|
||||
build_libretro_bsnes_mercury
|
||||
libretro_build_core beetle_lynx
|
||||
libretro_build_core beetle_gba
|
||||
libretro_build_core beetle_ngp
|
||||
libretro_build_core beetle_pce_fast
|
||||
libretro_build_core beetle_supergrafx
|
||||
libretro_build_core beetle_pcfx
|
||||
libretro_build_core beetle_vb
|
||||
libretro_build_core beetle_wswan
|
||||
libretro_build_core mednafen_lynx
|
||||
libretro_build_core mednafen_gba
|
||||
libretro_build_core mednafen_ngp
|
||||
libretro_build_core mednafen_pce_fast
|
||||
libretro_build_core mednafen_supergrafx
|
||||
libretro_build_core mednafen_pcfx
|
||||
libretro_build_core mednafen_vb
|
||||
libretro_build_core mednafen_wswan
|
||||
libretro_build_core mednafen_psx
|
||||
libretro_build_core beetle_snes
|
||||
libretro_build_core mednafen_snes
|
||||
fi
|
||||
libretro_build_core catsfc
|
||||
libretro_build_core snes9x
|
||||
|
@ -118,16 +118,16 @@ else
|
||||
build_libretro_bsnes_cplusplus98
|
||||
build_libretro_bsnes
|
||||
build_libretro_bsnes_mercury
|
||||
libretro_build_core beetle_lynx
|
||||
libretro_build_core beetle_gba
|
||||
libretro_build_core beetle_ngp
|
||||
libretro_build_core beetle_pce_fast
|
||||
libretro_build_core beetle_supergrafx
|
||||
libretro_build_core beetle_pcfx
|
||||
libretro_build_core beetle_vb
|
||||
libretro_build_core beetle_wswan
|
||||
libretro_build_core mednafen_lynx
|
||||
libretro_build_core mednafen_gba
|
||||
libretro_build_core mednafen_ngp
|
||||
libretro_build_core mednafen_pce_fast
|
||||
libretro_build_core mednafen_supergrafx
|
||||
libretro_build_core mednafen_pcfx
|
||||
libretro_build_core mednafen_vb
|
||||
libretro_build_core mednafen_wswan
|
||||
libretro_build_core mednafen_psx
|
||||
libretro_build_core beetle_snes
|
||||
libretro_build_core mednafen_snes
|
||||
libretro_build_core catsfc
|
||||
libretro_build_core snes9x
|
||||
libretro_build_core snes9x_next
|
||||
|
Loading…
Reference in New Issue
Block a user