If the saved title data is on NAND and USB, savemii will fail during the title scanning process. Some parts of the process do not take into account where the data is stored, causing a buffer overflow.
This solution:
add a condition to handle this issue
incorporates the fixes in PR, which prevent a soft lock of the console when pressing the home button to exit the application
If the saved title data is on NAND and USB, savemii will fail during the title scanning process. Some parts of the process do not take into account where the data is stored, causing a buffer overflow.
This solution: