Added info on load if ROM is patched. Fixed a minor code error in the proccess.
This commit is contained in:
@@ -156,7 +156,11 @@ void PatchUsingIPS()
|
||||
|
||||
if (patchfile) //Regular file, not Zip
|
||||
{
|
||||
if (!initPatch()) { goto IPSDone; }
|
||||
if (!initPatch())
|
||||
{
|
||||
deinitPatch(); //Needed because if it didn't fully init, some things could have
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
//Yup, it's goto! :)
|
||||
|
||||
Reference in New Issue
Block a user