summaryrefslogtreecommitdiff
path: root/Source/Core/UICommon/CommandLineParse.cpp
AgeCommit message (Expand)Author
2023-04-17Treat --debugger command line as a temporary settingPokechu22
2022-01-14Fix static initialisation order fiasco issue for Version variablesLéo Lam
2021-12-10Treewide: Adjust order of includesPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-12-11Turn Config::Info into a class with gettersJosJuice
2020-08-23don't use std::move on const variablesShawn Hoffman
2020-05-06Core: Add support for specifying a command line option to boot the game into ...iwubcode
2020-05-02Remove redundant Config prefix from ConfigInfo/ConfigLocationLéo Lam
2019-10-29Disable render to main when using batch modeJosJuice
2019-10-28CommandLineParse: Don't ignore video_backend/audio_emulation when not using -CJosJuice
2019-08-11Make --batch run Dolphin in headless mode, provided --exec is also passedSilent
2019-08-11Truly use emplace_back in CommandLineConfigLayerLoader constructorSilent
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2019-02-13Use empty instead of sizeFilip Gawin
2019-01-04Automatic disc change for 2-disc gamesJosJuice
2018-06-03Move Config ValueToString to StringUtilLéo Lam
2017-12-20Update Readme.md and various fixesRyan Meredith
2017-11-26Config: Handle unknown system strings betterLéo Lam
2017-11-26UICommon: Fix unsafe usage of optparse::Values::allLéo Lam
2017-11-26WX: Fix argument parsingLéo Lam
2017-11-15Config: Flatten structuresMerryMage
2017-11-15CommandLineParser: Use ConfigLocationMerryMage
2017-10-24UI: Implement a command line option to boot NAND titleLéo Lam
2017-09-10Update -d argument help messageRyan Meredith
2017-09-09Common: Move version strings to their own headerLioncash
2017-03-21UICommon: Don't print --version option twiceLéo Lam
2017-03-05Implement command line option settingRyan Houdek
2017-02-16Add command line parsing to UICommon.Ryan Houdek