[PR #3688] [MERGED] Add CLI argument to launch the emulator with global config or with default settings #3655

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3688
Author: @kalaposfos13
Created: 10/1/2025
Status: Merged
Merged: 10/1/2025
Merged by: @squidbus

Base: mainHead: config-config


📝 Commits (4)

📊 Changes

4 files changed (+39 additions, -4 deletions)

View changed files

📝 src/common/config.cpp (+19 -2)
📝 src/common/config.h (+7 -0)
📝 src/main.cpp (+6 -1)
📝 src/qt_gui/main.cpp (+7 -1)

📄 Description

  --config-clean           Run the emulator with the default config values, ignores the config file(s) entirely.
  --config-global          Run the emulator with the base config file only, ignores game specific configs.

🔄 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/3688 **Author:** [@kalaposfos13](https://github.com/kalaposfos13) **Created:** 10/1/2025 **Status:** ✅ Merged **Merged:** 10/1/2025 **Merged by:** [@squidbus](https://github.com/squidbus) **Base:** `main` ← **Head:** `config-config` --- ### 📝 Commits (4) - [`a04f194`](https://github.com/shadps4-emu/shadPS4/commit/a04f194c9cbe8751edde921dc46f0def9e227133) --config-clean, --config-global - [`bd0f8df`](https://github.com/shadps4-emu/shadPS4/commit/bd0f8dfb852d4af64674d9bdb77000cbd0c34bf1) copyright 2025 - [`4ed3e92`](https://github.com/shadps4-emu/shadPS4/commit/4ed3e928f75281bcd592253582ad9884620e6a8b) fine you win - [`b41cb20`](https://github.com/shadps4-emu/shadPS4/commit/b41cb208488ae9e3469931e7ae8c93806a20442c) copyright 2024 ### 📊 Changes **4 files changed** (+39 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/common/config.cpp` (+19 -2) 📝 `src/common/config.h` (+7 -0) 📝 `src/main.cpp` (+6 -1) 📝 `src/qt_gui/main.cpp` (+7 -1) </details> ### 📄 Description ``` --config-clean Run the emulator with the default config values, ignores the config file(s) entirely. --config-global Run the emulator with the base config file only, ignores game specific configs. ``` --- <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:30 +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#3655
No description provided.