diff --git a/libretro-config.sh b/libretro-config.sh index 0cc58f92..fd5fdca6 100755 --- a/libretro-config.sh +++ b/libretro-config.sh @@ -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 diff --git a/recipes/nintendo/3ds b/recipes/nintendo/3ds new file mode 100644 index 00000000..4a836188 --- /dev/null +++ b/recipes/nintendo/3ds @@ -0,0 +1 @@ +gambatte libretro-gambatte https://github.com/libretro/gambatte-libretro.git PROJECT YES GENERIC Makefile.libretro libgambatte diff --git a/recipes/nintendo/3ds.conf b/recipes/nintendo/3ds.conf new file mode 100644 index 00000000..2ed5a62c --- /dev/null +++ b/recipes/nintendo/3ds.conf @@ -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 + + diff --git a/recipes/nintendo/3ds.ra b/recipes/nintendo/3ds.ra new file mode 100644 index 00000000..014afb12 --- /dev/null +++ b/recipes/nintendo/3ds.ra @@ -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