diff --git a/dist/info/mupen64plus_next_libretro.info b/dist/info/mupen64plus_next_libretro.info index c0697f60..23e1903b 100644 --- a/dist/info/mupen64plus_next_libretro.info +++ b/dist/info/mupen64plus_next_libretro.info @@ -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" diff --git a/libretro-build-database.sh b/libretro-build-database.sh index 01b57945..b800ffe2 100755 --- a/libretro-build-database.sh +++ b/libretro-build-database.sh @@ -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" diff --git a/recipes/linux/cores-linux-x64-generic b/recipes/linux/cores-linux-x64-generic index f6a03167..eed29076 100644 --- a/recipes/linux/cores-linux-x64-generic +++ b/recipes/linux/cores-linux-x64-generic @@ -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 . diff --git a/recipes/linux/cores-linux-x86-generic b/recipes/linux/cores-linux-x86-generic index 10cbc81c..46a38f29 100644 --- a/recipes/linux/cores-linux-x86-generic +++ b/recipes/linux/cores-linux-x86-generic @@ -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 .