[PR #1507] [MERGED] Skip GUI if launching a game directly #2144

Closed
opened 2026-02-27 21:15:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1507
Author: @kalaposfos13
Created: 11/9/2024
Status: Merged
Merged: 11/22/2024
Merged by: @georgemoralis

Base: mainHead: conditional-gui


📝 Commits (9)

  • a15bf75 Skip GUI if launching a game directly
  • 25e2515 Rerun jobs 2
  • 394f1c9 Added --show-gui, --help, open game by ID and more
  • c1f49fb Merge remote-tracking branch 'upstream/main' into conditional-gui
  • 35d17ed Clang-format
  • 1cada39 Added non-GUI related upgrades to SDL version
  • 3ddba20 clang-format
  • beea900 Added --fullscreen <true|false> argument
  • 37fb5dc Update --help text

📊 Changes

2 files changed (+219 additions, -26 deletions)

View changed files

📝 src/main.cpp (+97 -12)
📝 src/qt_gui/main.cpp (+122 -14)

📄 Description

Implements the suggestion in https://github.com/shadps4-emu/shadPS4/issues/1499


🔄 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/1507 **Author:** [@kalaposfos13](https://github.com/kalaposfos13) **Created:** 11/9/2024 **Status:** ✅ Merged **Merged:** 11/22/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `conditional-gui` --- ### 📝 Commits (9) - [`a15bf75`](https://github.com/shadps4-emu/shadPS4/commit/a15bf7567d9094ac752c541505aa5386310b404a) Skip GUI if launching a game directly - [`25e2515`](https://github.com/shadps4-emu/shadPS4/commit/25e251503f2c9ba4113bc6327ae2ab514a1c5fa8) Rerun jobs 2 - [`394f1c9`](https://github.com/shadps4-emu/shadPS4/commit/394f1c925af5bc6791c2480077356c054b31789e) Added --show-gui, --help, open game by ID and more - [`c1f49fb`](https://github.com/shadps4-emu/shadPS4/commit/c1f49fb6ddf71d27a4c2cb2017840ae76747bbfd) Merge remote-tracking branch 'upstream/main' into conditional-gui - [`35d17ed`](https://github.com/shadps4-emu/shadPS4/commit/35d17ed1792255de7e3fccad7f043ecab81cfb0a) Clang-format - [`1cada39`](https://github.com/shadps4-emu/shadPS4/commit/1cada3948da6eabe93d8df6a785593c83be9f424) Added non-GUI related upgrades to SDL version - [`3ddba20`](https://github.com/shadps4-emu/shadPS4/commit/3ddba2037ae9f8d85d803b3f09d15586b9c2960e) clang-format - [`beea900`](https://github.com/shadps4-emu/shadPS4/commit/beea900d6f00433e814ade60eefe992c12cc2707) Added --fullscreen <true|false> argument - [`37fb5dc`](https://github.com/shadps4-emu/shadPS4/commit/37fb5dce9689aecdf422a46d4fa5f1ae1ba9e68a) Update --help text ### 📊 Changes **2 files changed** (+219 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `src/main.cpp` (+97 -12) 📝 `src/qt_gui/main.cpp` (+122 -14) </details> ### 📄 Description Implements the suggestion in https://github.com/shadps4-emu/shadPS4/issues/1499 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:15:21 +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#2144
No description provided.