mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
Add CLI argument to launch the emulator with global config or with default settings (#3688)
* --config-clean, --config-global * copyright 2025 * fine you win * copyright 2024
This commit is contained in:
@@ -9,6 +9,13 @@
|
||||
|
||||
namespace Config {
|
||||
|
||||
enum class ConfigMode {
|
||||
Default,
|
||||
Global,
|
||||
Clean,
|
||||
};
|
||||
void setConfigMode(ConfigMode mode);
|
||||
|
||||
struct GameInstallDir {
|
||||
std::filesystem::path path;
|
||||
bool enabled;
|
||||
|
||||
Reference in New Issue
Block a user