mirror of
https://github.com/libretro/libretro-super
synced 2025-03-27 02:37:22 +00:00
add 3ds recipes
This commit is contained in:
parent
12b2eeee3b
commit
09275a2c31
@ -254,6 +254,16 @@ case "$platform" in
|
||||
CXX="psp-g++${BINARY_EXT}"
|
||||
;;
|
||||
|
||||
ctr)
|
||||
DIST_DIR="ctr"
|
||||
FORMAT_EXT=a
|
||||
FORMAT=_ctr
|
||||
FORMAT_COMPILER_TARGET=ctr
|
||||
FORMAT_COMPILER_TARGET_ALT=ctr
|
||||
|
||||
;;
|
||||
|
||||
|
||||
vita)
|
||||
DIST_DIR="vita"
|
||||
FORMAT_EXT=a
|
||||
|
1
recipes/nintendo/3ds
Normal file
1
recipes/nintendo/3ds
Normal file
@ -0,0 +1 @@
|
||||
gambatte libretro-gambatte https://github.com/libretro/gambatte-libretro.git PROJECT YES GENERIC Makefile.libretro libgambatte
|
14
recipes/nintendo/3ds.conf
Normal file
14
recipes/nintendo/3ds.conf
Normal file
@ -0,0 +1,14 @@
|
||||
PATH /home/buildbot/tools/devkitpro/devkitARM/bin
|
||||
platform ctr
|
||||
PLATFORM ctr
|
||||
CC arm-none-eabi-gcc
|
||||
CXX arm-none-eabi-g++
|
||||
AR arm-none-eabi-ar
|
||||
DEVKITPRO /home/buildbot/tools/devkitpro
|
||||
DEVKITARM /home/buildbot/tools/devkitpro/devkitARM
|
||||
CTRULIB /home/buildbot/tools/devkitpro/ctrulib/libctru
|
||||
AEMSTRO /home/buildbot/tools/devkitpro/ctrulib/aemstro
|
||||
RA YES
|
||||
JOBS 4
|
||||
|
||||
|
3
recipes/nintendo/3ds.ra
Normal file
3
recipes/nintendo/3ds.ra
Normal file
@ -0,0 +1,3 @@
|
||||
retroarch retroarch https://github.com/libretro/Retroarch.git PROJECT YES .
|
||||
overlays overlays https://github.com/libretro/common-overlays.git ASSETS YES retroarch/media
|
||||
libretrodb libretrodb https://github.com/libretro/libretro-database.git ASSETS YES retroarch/media
|
Loading…
x
Reference in New Issue
Block a user