From 4fb6bf4d0d9fccccc318c07871a529e67ce29822 Mon Sep 17 00:00:00 2001 From: Dario Date: Tue, 4 Feb 2025 20:09:14 -0300 Subject: [PATCH] Adjust error code. --- UnleashedRecomp/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }