Add PS2 recipes

This commit is contained in:
Francisco Javier Trujillo Mata 2018-12-30 17:47:23 +01:00
parent 2040e12d6c
commit a70d200eb2
5 changed files with 21 additions and 1 deletions

View file

@ -263,6 +263,12 @@ case "$platform" in
FORMAT_COMPILER_TARGET="psp1"
DIST_DIR="psp1"
;;
*ps2*)
platform=ps2
FORMAT_EXT="a"
FORMAT_COMPILER_TARGET="ps2"
DIST_DIR="ps2"
;;
*wii*)
platform=wii
FORMAT_EXT="a"

2
recipes/playstation/ps2 Normal file
View 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 .

View 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

View file

@ -0,0 +1 @@
retroarch retroarch https://github.com/libretro/Retroarch.git PROJECT YES .

View file

@ -773,7 +773,7 @@ libretro_fmsx_name="fMSX"
libretro_fmsx_git_url="https://github.com/libretro/fmsx-libretro.git"
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_build_makefile="Makefile.libretro"