diff --git a/src/core/hle/service/apt/applet_manager.cpp b/src/core/hle/service/apt/applet_manager.cpp index 99b7726e3..ab5e828bd 100644 --- a/src/core/hle/service/apt/applet_manager.cpp +++ b/src/core/hle/service/apt/applet_manager.cpp @@ -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);