[PR #1375] [MERGED] Add cli parameter to override default settings file #481

Open
opened 2026-01-29 19:08:07 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/1375
Author: @johnnyruz
Created: 1/3/2021
Status: Merged
Merged: 1/4/2021
Merged by: @stenzek

Base: masterHead: add-settings-file-cli-parameter


📝 Commits (2)

  • 5d52816 Add cli parameter to specify alternate settings file
  • 39582bc fix issue with error message string parameter

📊 Changes

2 files changed (+20 additions, -0 deletions)

View changed files

📝 src/frontend-common/common_host_interface.cpp (+18 -0)
📝 src/frontend-common/common_host_interface.h (+2 -0)

📄 Description

Related to issue #1365 and #1013, this PR adds a command line parameter to allow a user to override the default "settings.ini" when launching the emulator.


🔄 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/stenzek/duckstation/pull/1375 **Author:** [@johnnyruz](https://github.com/johnnyruz) **Created:** 1/3/2021 **Status:** ✅ Merged **Merged:** 1/4/2021 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `add-settings-file-cli-parameter` --- ### 📝 Commits (2) - [`5d52816`](https://github.com/stenzek/duckstation/commit/5d528163347f95afd63631edcb27524a396f5dca) Add cli parameter to specify alternate settings file - [`39582bc`](https://github.com/stenzek/duckstation/commit/39582bcc5c1d481bc624329d512c77eeaf54d772) fix issue with error message string parameter ### 📊 Changes **2 files changed** (+20 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/frontend-common/common_host_interface.cpp` (+18 -0) 📝 `src/frontend-common/common_host_interface.h` (+2 -0) </details> ### 📄 Description Related to issue #1365 and #1013, this PR adds a command line parameter to allow a user to override the default "settings.ini" when launching the emulator. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 19:08:07 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#481