mirror of
https://github.com/R-YaTian/TWLMagician.git
synced 2025-06-18 11:05:36 -04:00
Add support for EUR-dev and JPN-dev
This commit is contained in:
parent
177d49bfb5
commit
52e736f188
0
Linux/fatattr
Normal file → Executable file
0
Linux/fatattr
Normal file → Executable file
0
Linux/fatcat
Normal file → Executable file
0
Linux/fatcat
Normal file → Executable file
0
Linux/ndsblc
Normal file → Executable file
0
Linux/ndsblc
Normal file → Executable file
0
Linux/twltool
Normal file → Executable file
0
Linux/twltool
Normal file → Executable 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
BIN
launchers/EUR-dev
Normal file
Binary file not shown.
BIN
launchers/JPN-dev
Normal file
BIN
launchers/JPN-dev
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user