pm: Launch set.mitm earlier in boot.

This commit is contained in:
Michael Scire 2019-01-20 22:21:49 -08:00
parent 2165555170
commit f61f5feaf4
3 changed files with 45 additions and 8 deletions

View file

@ -77,6 +77,10 @@ enum class Boot2KnownTitleId : u64 {
jpegdec = 0x010000000000003CUL,
safemode = 0x010000000000003DUL,
olsc = 0x010000000000003EUL,
/* atmosphere extensions */
ams_set_mitm = 0x0100000000000032UL,
};
class EmbeddedBoot2 {