From 954cc77110535ce777fa8be5ce5aea813d75b8f3 Mon Sep 17 00:00:00 2001 From: Connor Garey Date: Tue, 30 Dec 2025 19:23:21 +0000 Subject: [PATCH] Added a link to CLI messagebox (#3885) * Added a link to the CLI tool message box * Clang fix * Another Clang fix * Clang x3 --- src/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index b3a8586ba..e19e8a938 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -188,7 +188,9 @@ int main(int argc, char* argv[]) { if (argc == 1) { if (!SDL_ShowSimpleMessageBox( SDL_MESSAGEBOX_INFORMATION, "shadPS4", - "This is a CLI application. Please use the QTLauncher for a GUI.", nullptr)) + "This is a CLI application. Please use the QTLauncher for a GUI: " + "https://github.com/shadps4-emu/shadps4-qtlauncher/releases", + nullptr)) std::cerr << "Could not display SDL message box! Error: " << SDL_GetError() << "\n"; int dummy = 0; // one does not simply pass 0 directly arg_map.at("-h")(dummy);