Disable CLI setting persistence for HW-accelerated GUI. (#6620)

This commit is contained in:
MutantAura 2024-04-08 00:58:05 +01:00 committed by GitHub
parent 3e6e0e4afa
commit c1b0ab805a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -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;