Full CTRNAND support: if the SD card is missing, you can boot Luma from CTRNAND with a compatible A9LH install. On CTRNAND, the luma folder is located in /rw and can be managed with tools like FBI and GodMode9. The EmuNAND options will also be automatically hidden.Added safety checks everywhere throughout Luma when possible, this also includes FIRM patching (if any patch fails, Luma will either display the amount of failed patches or shutdown).Made the exception dump parser output the disassembly of the dumped code where possible.Kernel9 patches patterns are now only looked for in Kernel9 itself (might speedup the patching slightly).AGB and TWL FIRM from 3.0 onwards are now supported (instead of just the latest versions).Fixed the anti-anti-downgrading patch on 11.2 FIRM.Removed the eShop update check patch as it caused more problems than it solved, and the background updates patch as it didn't work at all.Allowed using the FIRM of SysNAND with EmuNAND and vice-versa (booting with R) if not using A9LH.Fixed bug that made it impossible to print to the screen after FIRM was loaded.Fixed some files in the FIRM folders being incorrectly detected as FIRMs.Major cleanup/minor bug fixing/refactoring of the code, removed several assumptions and switched to structs where possible. 이번에 변경된 것 중 가장 유용해보이는 것이 CTRNAND를 완벽하게 지원함에 따라, A9LH가 설치된 3ds에서 SD카드가 없이 부팅이 가능해진 것 같습니다. GodMode9 혹은 FBI의 SYS(EMU)NAND CTRNAND 접근 및 쓰기 기능을 이용하여 SD카드의 luma 폴더를 통째로 /rw 폴더에 복사해주시면 정상적으로 부팅이 가능합니다. 물론, Arm9 Payload도 SD카드 없이 정상적으로 구동이 가능하고요.
|