[PR #3843] [MERGED] Sdl message box when no args provided #3753

Closed
opened 2026-02-27 22:04:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3843
Author: @ConnorG512
Created: 11/30/2025
Status: Merged
Merged: 11/30/2025
Merged by: @georgemoralis

Base: mainHead: sdl_message_box


📝 Commits (4)

  • 2234c47 Added a message box when no arguments are passed.
  • f8bbde0 clang-fix
  • 289c264 clang-fix episode 2
  • 778d479 Output message box error to stderr instead of stdout

📊 Changes

1 file changed (+5 additions, -0 deletions)

View changed files

📝 src/main.cpp (+5 -0)

📄 Description

With the recent split of the QT launcher and SDL CLI application. There has been a small increase in users confused that double clicking the application is not launching properly, or that it only spawns a command window.

This small patch attempts to address this by providing a small message box cross platform using SDL to inform the user that they should consider using QT Launcher if that was their intention.

This should only trigger when argc is 1 and therefore other SDL users provided the correct flags should not notice this popup.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/3843 **Author:** [@ConnorG512](https://github.com/ConnorG512) **Created:** 11/30/2025 **Status:** ✅ Merged **Merged:** 11/30/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `sdl_message_box` --- ### 📝 Commits (4) - [`2234c47`](https://github.com/shadps4-emu/shadPS4/commit/2234c4778e0b4dab869bc5b00455d3a81d1dd9d8) Added a message box when no arguments are passed. - [`f8bbde0`](https://github.com/shadps4-emu/shadPS4/commit/f8bbde0630d0fc31d5640ccce57fe61cf43c8bcf) clang-fix - [`289c264`](https://github.com/shadps4-emu/shadPS4/commit/289c2649c4b8a1ba6107768b1497cce75e056999) clang-fix episode 2 - [`778d479`](https://github.com/shadps4-emu/shadPS4/commit/778d4791cef40df680409b773a483c40f74c8416) Output message box error to stderr instead of stdout ### 📊 Changes **1 file changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/main.cpp` (+5 -0) </details> ### 📄 Description With the recent split of the QT launcher and SDL CLI application. There has been a small increase in users confused that double clicking the application is not launching properly, or that it only spawns a command window. This small patch attempts to address this by providing a small message box cross platform using SDL to inform the user that they should consider using QT Launcher if that was their intention. This should only trigger when argc is 1 and therefore other SDL users provided the correct flags should not notice this popup. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:04:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#3753
No description provided.