1
0
mirror of https://github.com/starr-dusT/citra.git synced 2024-10-02 10:26:17 -07:00

Remove misplaced return statement

This commit is contained in:
PabloMK7 2022-11-09 16:25:52 +01:00 committed by GitHub
parent e14b9f7a25
commit d04d71e4c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -542,7 +542,6 @@ ResultCode AppletManager::DoApplicationJump(DeliverArg arg) {
"Failed to find title during application jump: {} Resetting current title instead.",
new_path);
new_path.clear();
return RESULT_SUCCESS;
}
system.RequestReset(new_path);