aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.UI.Common/Helper/CommandLineState.cs
diff options
context:
space:
mode:
authorMutantAura <44103205+MutantAura@users.noreply.github.com>2024-04-08 00:58:05 +0100
committerGitHub <noreply@github.com>2024-04-07 20:58:05 -0300
commitc1b0ab805a3f811836b00f3577ac2768998f6746 (patch)
treecf72a14af474be9d442d1b40a2468dd72ce838f6 /src/Ryujinx.UI.Common/Helper/CommandLineState.cs
parent3e6e0e4afaa3c3ffb118cb17b61feb16966a7eeb (diff)
Disable CLI setting persistence for HW-accelerated GUI. (#6620)1.1.1268
Diffstat (limited to 'src/Ryujinx.UI.Common/Helper/CommandLineState.cs')
-rw-r--r--src/Ryujinx.UI.Common/Helper/CommandLineState.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Ryujinx.UI.Common/Helper/CommandLineState.cs b/src/Ryujinx.UI.Common/Helper/CommandLineState.cs
index 6de963a7..bbacd5fe 100644
--- a/src/Ryujinx.UI.Common/Helper/CommandLineState.cs
+++ b/src/Ryujinx.UI.Common/Helper/CommandLineState.cs
@@ -91,9 +91,6 @@ namespace Ryujinx.UI.Common.Helper
case "--software-gui":
OverrideHardwareAcceleration = false;
break;
- case "--hardware-gui":
- OverrideHardwareAcceleration = true;
- break;
default:
LaunchPathArg = arg;
break;