Add Mednafen PSX building

This commit is contained in:
twinaphex 2014-12-03 11:40:11 +01:00
parent d20020864b
commit d24e250733
2 changed files with 5 additions and 0 deletions

View File

@ -254,6 +254,10 @@ build_libretro_beetle_pcfx() {
} }
build_libretro_beetle_psx() { build_libretro_beetle_psx() {
build_libretro_generic_makefile "beetle_psx" "." "Makefile" ${FORMAT_COMPILER_TARGET}
}
build_libretro_mednafen_psx() {
build_libretro_generic_makefile "mednafen_psx" "." "Makefile" ${FORMAT_COMPILER_TARGET} build_libretro_generic_makefile "mednafen_psx" "." "Makefile" ${FORMAT_COMPILER_TARGET}
} }

View File

@ -110,6 +110,7 @@ else
build_libretro_beetle_vb build_libretro_beetle_vb
build_libretro_beetle_wswan build_libretro_beetle_wswan
build_libretro_beetle_psx build_libretro_beetle_psx
build_libretro_mednafen_psx
build_libretro_beetle_snes build_libretro_beetle_snes
build_libretro_catsfc build_libretro_catsfc
build_libretro_snes9x build_libretro_snes9x