Add support for EUR-dev and JPN-dev

This commit is contained in:
Dionicio3 2025-03-09 01:35:18 -08:00 committed by GitHub
parent 177d49bfb5
commit 52e736f188
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 8 additions and 1 deletions

0
Linux/7za Normal file → Executable file
View File

0
Linux/fatattr Normal file → Executable file
View File

0
Linux/fatcat Normal file → Executable file
View File

0
Linux/ndsblc Normal file → Executable file
View File

0
Linux/twltool Normal file → Executable file
View File

View File

@ -1562,9 +1562,14 @@ class Application(Frame):
elif self.launcher_region == 'USA-dev':
launcher_app = '7412e50d.app'
self.files.append('title.tmd')
elif self.launcher_region == 'JPN-dev':
launcher_app = '3ed2df76.app'
self.files.append('title.tmd')
elif self.launcher_region == 'EUR-dev':
launcher_app = '0ac9cea3.app'
self.files.append('title.tmd')
else:
launcher_app = '00000002.app'
self.files.append(launcher_app)
# Prepare decryption params
@ -1934,6 +1939,8 @@ class Application(Frame):
}
REGION_CODES_DEV = {
'484e4145': 'USA-dev',
'484e414a': 'JPN-dev',
'484e4150': 'EUR-dev'
}
base = self.mounted if self.nand_mode else self.sd_path
# Autodetect console region

BIN
launchers/EUR-dev Normal file

Binary file not shown.

BIN
launchers/JPN-dev Normal file

Binary file not shown.