index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
UICommon
/
CommandLineParse.cpp
Age
Commit message (
Expand
)
Author
2023-04-17
Treat --debugger command line as a temporary setting
Pokechu22
2022-01-14
Fix static initialisation order fiasco issue for Version variables
Léo Lam
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-12-11
Turn Config::Info into a class with getters
JosJuice
2020-08-23
don't use std::move on const variables
Shawn Hoffman
2020-05-06
Core: Add support for specifying a command line option to boot the game into ...
iwubcode
2020-05-02
Remove redundant Config prefix from ConfigInfo/ConfigLocation
Léo Lam
2019-10-29
Disable render to main when using batch mode
JosJuice
2019-10-28
CommandLineParse: Don't ignore video_backend/audio_emulation when not using -C
JosJuice
2019-08-11
Make --batch run Dolphin in headless mode, provided --exec is also passed
Silent
2019-08-11
Truly use emplace_back in CommandLineConfigLayerLoader constructor
Silent
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2019-02-13
Use empty instead of size
Filip Gawin
2019-01-04
Automatic disc change for 2-disc games
JosJuice
2018-06-03
Move Config ValueToString to StringUtil
Léo Lam
2017-12-20
Update Readme.md and various fixes
Ryan Meredith
2017-11-26
Config: Handle unknown system strings better
Léo Lam
2017-11-26
UICommon: Fix unsafe usage of optparse::Values::all
Léo Lam
2017-11-26
WX: Fix argument parsing
Léo Lam
2017-11-15
Config: Flatten structures
MerryMage
2017-11-15
CommandLineParser: Use ConfigLocation
MerryMage
2017-10-24
UI: Implement a command line option to boot NAND title
Léo Lam
2017-09-10
Update -d argument help message
Ryan Meredith
2017-09-09
Common: Move version strings to their own header
Lioncash
2017-03-21
UICommon: Don't print --version option twice
Léo Lam
2017-03-05
Implement command line option setting
Ryan Houdek
2017-02-16
Add command line parsing to UICommon.
Ryan Houdek