Merge branch 'master' of https://github.com/libretro/libretro-super
This commit is contained in:
commit
5ed8d223b5
|
@ -165,6 +165,11 @@ build_libretro_database() {
|
|||
COMMAND+=' "${LIBRETRODATABASE_META_DAT_DIR}/tgdb/${1}.dat"'
|
||||
fi
|
||||
|
||||
#Check if meta libretro-dats folder is there
|
||||
if [ -f "${LIBRETRODATABASE_META_DAT_DIR}/libretro-dats/${1}.dat" ]; then
|
||||
COMMAND+=' "${LIBRETRODATABASE_META_DAT_DIR}/libretro-dats/${1}.dat"'
|
||||
fi
|
||||
|
||||
#Check if meta no-intro is there
|
||||
if [ -f "${LIBRETRODATABASE_META_DAT_DIR}/no-intro/${1}.dat" ]; then
|
||||
COMMAND+=' "${LIBRETRODATABASE_META_DAT_DIR}/no-intro/${1}.dat"'
|
||||
|
|
|
@ -1625,15 +1625,23 @@ if [ "${PLATFORM}" == "ctr" ] && [ "${RA}" == "YES" ]; then
|
|||
cp retroarch.cfg retroarch.default.cfg
|
||||
|
||||
mkdir -p $WORK/$RADIR/pkg/3ds/retroarch
|
||||
mkdir -p $WORK/$RADIR/pkg/3ds/retroarch/info
|
||||
mkdir -p $WORK/$RADIR/pkg/3ds/retroarch/cores
|
||||
mkdir -p $WORK/$RADIR/pkg/3ds/retroarch/cores/info
|
||||
mkdir -p $WORK/$RADIR/pkg/3ds/retroarch/remaps
|
||||
mkdir -p $WORK/$RADIR/pkg/3ds/retroarch/cheats
|
||||
mkdir -p $WORK/$RADIR/pkg/3ds/retroarch/filters
|
||||
mkdir -p $WORK/$RADIR/pkg/3ds/retroarch/filters/audio
|
||||
mkdir -p $WORK/$RADIR/pkg/3ds/retroarch/filters/video
|
||||
mkdir -p $WORK/$RADIR/pkg/3ds/retroarch/database
|
||||
mkdir -p $WORK/$RADIR/pkg/3ds/retroarch/database/rdb
|
||||
mkdir -p $WORK/$RADIR/pkg/3ds/retroarch/database/cursors
|
||||
|
||||
|
||||
cp -v $WORK/$RADIR/gfx/video_filters/*.filt $WORK/$RADIR/pkg/3ds/retroarch/filters/video/
|
||||
cp -v $WORK/$RADIR/audio/audio_filters/*.dsp $WORK/$RADIR/pkg/3ds/retroarch/filters/audio/
|
||||
cp -v $RARCH_DIST_DIR/../info/*.info $WORK/$RADIR/pkg/3ds/retroarch/info/
|
||||
cp -v $RARCH_DIST_DIR/../info/*.info $WORK/$RADIR/pkg/3ds/retroarch/cores/info/
|
||||
cp -v $WORK/$RADIR/media/libretrodb/rdb/*.rdb $WORK/$RADIR/pkg/3ds/retroarch/database/rdb/
|
||||
cp -v $WORK/$RADIR/media/libretrodb/cursors/*.dbc $WORK/$RADIR/pkg/3ds/retroarch/database/cursors/
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ fbalpha2012_neogeo libretro-fbalpha_neogeo https://github.com/libretro/fbalpha20
|
|||
fceumm libretro-fceuumm https://github.com/libretro/libretro-fceumm.git PROJECT YES GENERIC Makefile.libretro .
|
||||
ffmpeg libretro-ffmpeg https://github.com/libretro/FFmpeg.git PROJECT YES GENERIC_GL Makefile libretro
|
||||
fmsx libretro-fmsx https://github.com/libretro/fmsx-libretro.git PROJECT YES GENERIC Makefile .
|
||||
gambatte libretro-gambatte https://github.com/libretro/gambatte-libretro.git PROJECT YES GENERIC Makefile
|
||||
gambatte libretro-gambatte https://github.com/libretro/gambatte-libretro.git PROJECT YES GENERIC Makefile .
|
||||
genesis_plus_gx libretro-genesis_plus_gx https://github.com/libretro/Genesis-Plus-GX.git PROJECT YES GENERIC Makefile.libretro .
|
||||
gpsp libretro-gpsp https://github.com/libretro/gpsp.git PROJECT YES GENERIC Makefile .
|
||||
gw libretro-gw https://github.com/libretro/gw-libretro.git PROJECT YES GENERIC Makefile .
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
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
|
||||
assets assets https://github.com/libretro/retroarch-assets.git ASSETS YES retroarch/media
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
snes9x2005 libretro-snes9x2005 https://github.com/libretro/snes9x2005.git PROJECT YES GENERIC Makefile .
|
||||
snes9x2005_plus libretro-snes9x2005_plus https://github.com/libretro/snes9x2005.git PROJECT YES GENERIC Makefile . USE_BLARGG_APU=1
|
||||
fceumm libretro-fceuumm https://github.com/libretro/libretro-fceumm.git PROJECT YES GENERIC Makefile.libretro .
|
||||
fceumm libretro-fceumm https://github.com/libretro/libretro-fceumm.git PROJECT YES GENERIC Makefile.libretro .
|
||||
fmsx libretro-fmsx https://github.com/libretro/fmsx-libretro.git PROJECT YES GENERIC Makefile .
|
||||
gambatte libretro-gambatte https://github.com/libretro/gambatte-libretro.git PROJECT YES GENERIC Makefile .
|
||||
lutro libretro-lutro https://github.com/libretro/libretro-lutro PROJECT YES GENERIC Makefile .
|
||||
|
|
Loading…
Reference in New Issue