mirror of
https://github.com/libretro/libretro-super
synced 2025-02-06 12:40:05 +00:00
Merge branch 'master' into downloadplay
This commit is contained in:
commit
8326a86480
2
dist/info/desmume_libretro.info
vendored
2
dist/info/desmume_libretro.info
vendored
@ -5,7 +5,7 @@ corename = "DeSmuME"
|
|||||||
manufacturer = "Nintendo"
|
manufacturer = "Nintendo"
|
||||||
categories = "Emulator"
|
categories = "Emulator"
|
||||||
systemname = "Nintendo DS"
|
systemname = "Nintendo DS"
|
||||||
database = "Nintendo - Nintendo DS Decrypted|Nintendo - Nintendo DS (Download Play)"
|
database = "Nintendo - Nintendo DS|Nintendo - Nintendo DS Decrypted|Nintendo - Nintendo DS (Download Play)"
|
||||||
license = "GPLv2"
|
license = "GPLv2"
|
||||||
permissions = ""
|
permissions = ""
|
||||||
display_version = "SVN"
|
display_version = "SVN"
|
||||||
|
2
dist/info/melonds_libretro.info
vendored
2
dist/info/melonds_libretro.info
vendored
@ -5,7 +5,7 @@ corename = "melonDS"
|
|||||||
manufacturer = "Nintendo"
|
manufacturer = "Nintendo"
|
||||||
categories = "Emulator"
|
categories = "Emulator"
|
||||||
systemname = "Nintendo DS"
|
systemname = "Nintendo DS"
|
||||||
database = "Nintendo - Nintendo DS Decrypted|Nintendo - Nintendo DS (Download Play)"
|
database = "Nintendo - Nintendo DS|Nintendo - Nintendo DS Decrypted|Nintendo - Nintendo DS (Download Play)"
|
||||||
license = "GPLv2"
|
license = "GPLv2"
|
||||||
permissions = ""
|
permissions = ""
|
||||||
display_version = "Git"
|
display_version = "Git"
|
||||||
|
@ -165,6 +165,11 @@ build_libretro_database() {
|
|||||||
COMMAND+=' "${LIBRETRODATABASE_META_DAT_DIR}/tgdb/${1}.dat"'
|
COMMAND+=' "${LIBRETRODATABASE_META_DAT_DIR}/tgdb/${1}.dat"'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#Check if meta hacks is there
|
||||||
|
if [ -f "${LIBRETRODATABASE_META_DAT_DIR}/hacks/${1}.dat" ]; then
|
||||||
|
COMMAND+=' "${LIBRETRODATABASE_META_DAT_DIR}/hacks/${1}.dat"'
|
||||||
|
fi
|
||||||
|
|
||||||
#Check if meta libretro-dats folder is there
|
#Check if meta libretro-dats folder is there
|
||||||
if [ -f "${LIBRETRODATABASE_META_DAT_DIR}/libretro-dats/${1}.dat" ]; then
|
if [ -f "${LIBRETRODATABASE_META_DAT_DIR}/libretro-dats/${1}.dat" ]; then
|
||||||
COMMAND+=' "${LIBRETRODATABASE_META_DAT_DIR}/libretro-dats/${1}.dat"'
|
COMMAND+=' "${LIBRETRODATABASE_META_DAT_DIR}/libretro-dats/${1}.dat"'
|
||||||
@ -238,9 +243,9 @@ build_libretro_databases() {
|
|||||||
build_libretro_database "Nintendo - GameCube" "rom.crc"
|
build_libretro_database "Nintendo - GameCube" "rom.crc"
|
||||||
build_libretro_database "Nintendo - Nintendo 3DS" "rom.crc"
|
build_libretro_database "Nintendo - Nintendo 3DS" "rom.crc"
|
||||||
build_libretro_database "Nintendo - Nintendo 3DS (DLC)" "rom.crc"
|
build_libretro_database "Nintendo - Nintendo 3DS (DLC)" "rom.crc"
|
||||||
build_libretro_database "Nintendo - Nintendo DS Decrypted" "rom.crc"
|
build_libretro_database "Nintendo - Nintendo DS" "rom.crc"
|
||||||
build_libretro_database "Nintendo - Nintendo DS (Download Play)" "rom.crc"
|
build_libretro_database "Nintendo - Nintendo DS (Download Play)" "rom.crc"
|
||||||
build_libretro_database "Nintendo - Nintendo DSi Decrypted" "rom.crc"
|
build_libretro_database "Nintendo - Nintendo DSi" "rom.crc"
|
||||||
build_libretro_database "Nintendo - Nintendo DSi (DLC)" "rom.crc"
|
build_libretro_database "Nintendo - Nintendo DSi (DLC)" "rom.crc"
|
||||||
build_libretro_database "Nintendo - Nintendo Entertainment System" "rom.crc"
|
build_libretro_database "Nintendo - Nintendo Entertainment System" "rom.crc"
|
||||||
build_libretro_database "Nintendo - Nintendo Wii (DLC)" "rom.crc"
|
build_libretro_database "Nintendo - Nintendo Wii (DLC)" "rom.crc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user