aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Ui.Common/Helper/CommandLineState.cs
AgeCommit message (Collapse)Author
2022-11-12UI: Allow overriding graphics backend + Move command line parser into a new ↵TSRBerry
class (#3707) * Ava: Keep command line args when restarting * UI: Move common UI functions to ProgramHelper Add command line option to override the configured graphics backend * Ava: Add CleanupUpdate task back * Remove unused usings * Revert combining common UI functions Rename ProgramHelper to CommandLineState Move command line parsing to CommandLineState * Rename CommandLineProfile to Profile * Fix assigning the wrong array to Arguments