mirror of
https://github.com/libretro/libretro-super
synced 2024-12-01 04:03:00 +00:00
Add build gpSP target
This commit is contained in:
parent
9a7e135c87
commit
9a2c9e15df
@ -85,6 +85,10 @@ build_libretro_genesis_plus_gx() {
|
||||
build_libretro_generic_makefile "genesis_plus_gx" "libretro/jni"
|
||||
}
|
||||
|
||||
build_libretro_gpsp() {
|
||||
build_libretro_generic_makefile "gpsp" "jni"
|
||||
}
|
||||
|
||||
build_libretro_vba_next() {
|
||||
build_libretro_generic_makefile "vba_next" "libretro/jni"
|
||||
}
|
||||
@ -365,4 +369,5 @@ else
|
||||
build_libretro_3dengine
|
||||
#build_libretro_ppsspp
|
||||
build_libretro_o2em
|
||||
build_libretro_gpsp
|
||||
fi
|
||||
|
@ -186,6 +186,10 @@ build_libretro_fmsx() {
|
||||
build_libretro_generic_makefile "fmsx" "." "Makefile" ${FORMAT_COMPILER_TARGET}
|
||||
}
|
||||
|
||||
build_libretro_gpsp() {
|
||||
build_libretro_generic_makefile "gpsp" "." "Makefile" ${FORMAT_COMPILER_TARGET_ALT}
|
||||
}
|
||||
|
||||
build_libretro_vba_next() {
|
||||
build_libretro_generic_makefile "vba_next" "." "Makefile.libretro" ${FORMAT_COMPILER_TARGET_ALT}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user