ES-DE: Correct GC/3DS folders (#1080)

This commit is contained in:
rawdatafeel 2024-03-08 03:59:27 -05:00 committed by GitHub
parent 28e9ce74bd
commit 2b0c0c4724
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 31 additions and 6 deletions

View file

@ -3,7 +3,7 @@
"configTitle": "Nintendo 3DS - Citra",
"steamCategory": "${Nintendo 3DS}",
"executableModifier": "\"${exePath}\"",
"romDirectory": "${romsdirglobal}",
"romDirectory": "${romsdirglobal}/n3ds",
"steamDirectory": "${steamdirglobal}",
"startInDirectory": "",
"titleModifier": "${fuzzyTitle}",
@ -16,7 +16,7 @@
"specifiedAccounts": ""
},
"parserInputs": {
"glob": "@(3ds|n3ds)/**/${title}@(.3ds|.3DS|.3dsx|.3DSX|.app|.APP|.axf|.AXF|.cii|.CII|.cxi|.CXI|.elf|.ELF|.cci|.CCI)"
"glob": "**/${title}@(.3ds|.3DS|.3dsx|.3DSX|.app|.APP|.axf|.AXF|.cii|.CII|.cxi|.CXI|.elf|.ELF|.cci|.CCI)"
},
"titleFromVariable": {
"limitToGroups": "",

View file

@ -3,7 +3,7 @@
"configTitle": "Nintendo GameCube - Dolphin",
"steamDirectory": "${steamdirglobal}",
"steamCategory": "${Nintendo GameCube}",
"romDirectory": "${romsdirglobal}",
"romDirectory": "${romsdirglobal}/gc",
"executableArgs": "vblank_mode=0 %command% -b -e \"${filePath}\"",
"executableModifier": "\"${exePath}\"",
"startInDirectory": "",
@ -22,7 +22,7 @@
"appendArgsToExecutable": false
},
"parserInputs": {
"glob": "@(gc|gamecube)/**/${title}@(.ciso|.CISO|.dol|.DOL|.elf|.ELF|.gcm|.GCM|.gcz|.GCZ|.iso|.ISO|.json|.JSON|.nkit.iso|.NKIT.ISO|.nkit.gcz|.NKIT.GCZ|.rvz|.RVZ|.wad|.WAD|.wia|.WIA|.m3u|.M3U)"
"glob": "**/${title}@(.ciso|.CISO|.dol|.DOL|.elf|.ELF|.gcm|.GCM|.gcz|.GCZ|.iso|.ISO|.json|.JSON|.nkit.iso|.NKIT.ISO|.nkit.gcz|.NKIT.GCZ|.rvz|.RVZ|.wad|.WAD|.wia|.WIA|.m3u|.M3U)"
},
"titleFromVariable": {
"limitToGroups": "",

View file

@ -48,7 +48,7 @@ Citra_setEmulationFolder(){
setMSG "Setting $Citra_emuName Emulation Folder"
gameDirOpt='Paths\\gamedirs\\3\\path='
newGameDirOpt='Paths\\gamedirs\\3\\path='"${romsPath}/3ds"
newGameDirOpt='Paths\\gamedirs\\3\\path='"${romsPath}/n3ds"
sed -i "/${gameDirOpt}/c\\${newGameDirOpt}" "$Citra_configFile"
#Setup symlink for AES keys

View file

@ -71,7 +71,7 @@ Dolphin_setEmulationFolder(){
echo ""
local configFile="$HOME/.var/app/org.DolphinEmu.dolphin-emu/config/dolphin-emu/Dolphin.ini"
gameDirOpt1='ISOPath0 = '
gameDirOpt1Setting='ISOPath0 = '"${romsPath}/gamecube"
gameDirOpt1Setting='ISOPath0 = '"${romsPath}/gc"
gameDirOpt2='ISOPath1 = '
gameDirOpt2Setting='ISOPath1 = '"${romsPath}/wii"
sed -i "/${gameDirOpt1}/c\\${gameDirOpt1Setting}" "$configFile"

4
roms/n3ds/metadata.txt Normal file
View file

@ -0,0 +1,4 @@
collection: Nintendo 3DS
shortname: n3ds
extensions: 3ds, 3DS, 3dsx, 3DSX, app, APP, axf, AXF, cii, CII, cxi, CXI, elf, ELF, cci, CCI
launch: /run/media/mmcblk0p1/Emulation/tools/launchers/citra.sh {file.path}

21
roms/n3ds/systeminfo.txt Normal file
View file

@ -0,0 +1,21 @@
System name:
n3ds
Full system name:
Nintendo 3DS
Supported file extensions:
.3ds .3DS .3dsx .3DSX .app .APP .axf .AXF .cci .CCI .cxi .CXI .elf .ELF .7z .7Z .zip .ZIP
Launch command:
%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/citra_libretro.so %ROM%
Alternative launch commands:
%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/citra2018_libretro.so %ROM%
%EMULATOR_CITRA% %ROM%
Platform (for scraping):
n3ds
Theme folder:
n3ds