Merge branch 'master' of https://github.com/libretro/libretro-super
This commit is contained in:
commit
0db54abfac
|
@ -1,5 +1,5 @@
|
|||
display_name = "Nintendo - Nintendo 64 (Mupen64Plus-Next)"
|
||||
authors = "m4xw|Hacktarux|Mupen64Plus Team"
|
||||
authors = "m4xw|Hacktarux|gonetz|GLideN64 Contributors|Mupen64Plus Team"
|
||||
supported_extensions = "n64|v64|z64|bin|u1|ndd"
|
||||
corename = "Mupen64Plus-Next OpenGL"
|
||||
manufacturer = "Nintendo"
|
||||
|
|
|
@ -57,7 +57,7 @@ build_libretro_database() {
|
|||
if [ -d "$LIBRETRODB_BASE_DIR" ]; then
|
||||
DBFILE=${BASE_DIR}/${LIBRETRODB_BASE_DIR}/db.rdb
|
||||
cd "${LIBRETRODB_BASE_DIR}"
|
||||
echo "=== Building ${1} ==="
|
||||
echo "${1}.rdb"
|
||||
COMMAND='${BASE_DIR}/${LIBRETRODB_BASE_DIR}/c_converter ${DBFILE} "${2}"'
|
||||
|
||||
#Check if meta DAT is there
|
||||
|
@ -229,6 +229,7 @@ build_libretro_databases() {
|
|||
build_libretro_database "DOS" "rom.crc"
|
||||
build_libretro_database "Lutro" "rom.name"
|
||||
build_libretro_database "ChaiLove" "rom.crc"
|
||||
build_libretro_database "TIC-80" "rom.crc"
|
||||
build_libretro_database "MrBoom" "rom.crc"
|
||||
build_libretro_database "Cannonball" "rom.crc"
|
||||
build_libretro_database "Nintendo - Super Nintendo Entertainment System" "rom.crc"
|
||||
|
@ -332,7 +333,7 @@ build_libretro_databases() {
|
|||
build_libretro_database "MAME 2010" "rom.crc"
|
||||
build_libretro_database "MAME 2015" "rom.crc"
|
||||
build_libretro_database "MAME 2016" "rom.crc"
|
||||
build_libretro_database "FB Alpha - Arcade Games" "rom.crc"
|
||||
build_libretro_database "FBNeo - Arcade Games" "rom.crc"
|
||||
build_libretro_database "DOOM" "rom.crc"
|
||||
build_libretro_database "Cave Story" "rom.crc"
|
||||
build_libretro_database "Quake1" "rom.crc"
|
||||
|
|
|
@ -112,7 +112,7 @@ stella libretro-stella https://github.com/stella-emu/stella.git master YES GENER
|
|||
tgbdual libretro-tgbdual https://github.com/libretro/tgbdual-libretro.git master YES GENERIC Makefile .
|
||||
theodore libretro-theodore https://github.com/Zlika/theodore.git master YES GENERIC Makefile .
|
||||
thepowdertoy libretro-thepowdertoy https://github.com/libretro/ThePowderToy.git master YES CMAKE Makefile build -DCMAKE_BUILD_TYPE=Release
|
||||
tic80 libretro-tic80 https://github.com/RobLoach/TIC-80.git libretro YES GENERIC Makefile src/system/libretro
|
||||
tic80 libretro-tic80 https://github.com/RobLoach/TIC-80.git libretro YES CMAKE Makefile builddir -DBUILD_SOKOL=OFF -DBUILD_SDL=OFF
|
||||
tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile .
|
||||
uzem libretro-uzem https://github.com/libretro/libretro-uzem.git master YES GENERIC Makefile .
|
||||
vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES GENERIC Makefile.libretro .
|
||||
|
|
|
@ -105,6 +105,7 @@ stella libretro-stella https://github.com/stella-emu/stella.git master YES GENER
|
|||
tgbdual libretro-tgbdual https://github.com/libretro/tgbdual-libretro.git master YES GENERIC Makefile .
|
||||
theodore libretro-theodore https://github.com/Zlika/theodore.git master YES GENERIC Makefile .
|
||||
thepowdertoy libretro-thepowdertoy https://github.com/libretro/ThePowderToy.git master YES CMAKE Makefile build -DCMAKE_BUILD_TYPE=Release
|
||||
tic80 libretro-tic80 https://github.com/RobLoach/TIC-80.git libretro YES CMAKE Makefile builddir -DBUILD_SOKOL=OFF -DBUILD_SDL=OFF
|
||||
tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile .
|
||||
uzem libretro-uzem https://github.com/libretro/libretro-uzem.git master YES GENERIC Makefile .
|
||||
vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES GENERIC Makefile.libretro .
|
||||
|
|
Loading…
Reference in New Issue