mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #3843] [MERGED] Sdl message box when no args provided #3753
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3753
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:sdl_message_box📝 Commits (4)
2234c47Added a message box when no arguments are passed.f8bbde0clang-fix289c264clang-fix episode 2778d479Output 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.