diff --git a/UnleashedRecomp/main.cpp b/UnleashedRecomp/main.cpp index 6c4c80d2..18507c37 100644 --- a/UnleashedRecomp/main.cpp +++ b/UnleashedRecomp/main.cpp @@ -208,7 +208,7 @@ int main(int argc, char *argv[]) if (!InstallerWizard::Run(GAME_INSTALL_DIRECTORY, isGameInstalled && forceDLCInstaller)) { - std::_Exit(1); + std::_Exit(0); } }