mirror of
https://github.com/wiiu-env/PayloadFromRPX.git
synced 2025-01-29 03:15:46 +01:00
If the payload.rpx return an error, start the console without modifications.
This commit is contained in:
parent
f0171236ea
commit
4e40be4491
@ -83,6 +83,8 @@ int main(int argc, char **argv) {
|
|||||||
DEBUG_FUNCTION_LINE("Returning result of payload");
|
DEBUG_FUNCTION_LINE("Returning result of payload");
|
||||||
WHBLogUdpDeinit();
|
WHBLogUdpDeinit();
|
||||||
return 0;
|
return 0;
|
||||||
|
} else {
|
||||||
|
loadWithoutHacks = true;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
loadWithoutHacks = true;
|
loadWithoutHacks = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user