mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-05 17:14:22 -04:00
pm: Launch set.mitm earlier in boot.
This commit is contained in:
parent
2165555170
commit
f61f5feaf4
3 changed files with 45 additions and 8 deletions
|
@ -77,6 +77,10 @@ enum class Boot2KnownTitleId : u64 {
|
|||
jpegdec = 0x010000000000003CUL,
|
||||
safemode = 0x010000000000003DUL,
|
||||
olsc = 0x010000000000003EUL,
|
||||
|
||||
|
||||
/* atmosphere extensions */
|
||||
ams_set_mitm = 0x0100000000000032UL,
|
||||
};
|
||||
|
||||
class EmbeddedBoot2 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue