mirror of
https://github.com/libretro/libretro-super
synced 2024-12-26 18:26:06 +00:00
Add PS2 recipes
This commit is contained in:
parent
2040e12d6c
commit
a70d200eb2
@ -263,6 +263,12 @@ case "$platform" in
|
|||||||
FORMAT_COMPILER_TARGET="psp1"
|
FORMAT_COMPILER_TARGET="psp1"
|
||||||
DIST_DIR="psp1"
|
DIST_DIR="psp1"
|
||||||
;;
|
;;
|
||||||
|
*ps2*)
|
||||||
|
platform=ps2
|
||||||
|
FORMAT_EXT="a"
|
||||||
|
FORMAT_COMPILER_TARGET="ps2"
|
||||||
|
DIST_DIR="ps2"
|
||||||
|
;;
|
||||||
*wii*)
|
*wii*)
|
||||||
platform=wii
|
platform=wii
|
||||||
FORMAT_EXT="a"
|
FORMAT_EXT="a"
|
||||||
|
2
recipes/playstation/ps2
Normal file
2
recipes/playstation/ps2
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile .
|
||||||
|
quicknes libretro-quicknes https://github.com/libretro/QuickNES_Core.git master YES GENERIC Makefile .
|
11
recipes/playstation/ps2.conf
Normal file
11
recipes/playstation/ps2.conf
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
PATH /home/buildbot/tools/devkitpro/devkitPSP/bin/
|
||||||
|
DEVKITPRO /home/buildbot/tools/devkitpro/
|
||||||
|
DEVKITPSP /home/buildbot/tools/devkitpro/devkitPSP/
|
||||||
|
platform ps2
|
||||||
|
PLATFORM ps2
|
||||||
|
CC ee-gcc
|
||||||
|
CXX ee-g++
|
||||||
|
MAKE /usr/bin/make
|
||||||
|
RA YES
|
||||||
|
CORE_JOB YES
|
||||||
|
MAKE make
|
1
recipes/playstation/ps2.ra
Normal file
1
recipes/playstation/ps2.ra
Normal file
@ -0,0 +1 @@
|
|||||||
|
retroarch retroarch https://github.com/libretro/Retroarch.git PROJECT YES .
|
@ -773,7 +773,7 @@ libretro_fmsx_name="fMSX"
|
|||||||
libretro_fmsx_git_url="https://github.com/libretro/fmsx-libretro.git"
|
libretro_fmsx_git_url="https://github.com/libretro/fmsx-libretro.git"
|
||||||
|
|
||||||
include_core_2048() {
|
include_core_2048() {
|
||||||
register_module core "2048" -ngc -sncps3 -ps3 -wii
|
register_module core "2048" -ngc -sncps3 -ps2 -ps3 -wii
|
||||||
}
|
}
|
||||||
libretro_2048_git_url="https://github.com/libretro/libretro-2048.git"
|
libretro_2048_git_url="https://github.com/libretro/libretro-2048.git"
|
||||||
libretro_2048_build_makefile="Makefile.libretro"
|
libretro_2048_build_makefile="Makefile.libretro"
|
||||||
|
Loading…
Reference in New Issue
Block a user