summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/config.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda1-3/+2
2022-07-15common/setting: Make ranged a property of the typemerry1-2/+2
2022-06-30settings: Consolidate RangedSetting's with regular oneslat9nq1-2/+2
2022-03-15yuzu_cmd: Allow user to specify config file locationlat9nq1-2/+3
2021-07-01yuzu_cmd: config: Pass a reference inlat9nq1-1/+7
2021-06-28general: Make most settings a BasicSettinglat9nq1-0/+6
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph1-1/+2
2018-01-13Massive removal of unused modulesJames Rowe1-0/+0
2017-05-28Citra: Convert include into forward declarationYuri Kunde Schlesner1-1/+3
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-1/+0
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-1/+2
2016-03-02Config: Use unique_ptr instead of raw pointerMerryMage1-4/+4
2016-03-02Dependencies: Remove GLFW, Add SDL2MerryMage1-2/+2
2015-06-28Citra: Fix the includes a bit, thanks to include-what-you-use.Emmanuel Gil Peyrot1-4/+2
2014-12-21License changepurpasmart961-1/+1
2014-11-19Merge Config::ReadXYZsarchshift1-4/+1
2014-11-03Add support for disabling log from settingsSean1-0/+1
2014-10-28Use configuration files to enable or disable the new dyncom interpreter.archshift1-0/+1
2014-10-23Use config files to store whether SDMC is enabled or notarchshift1-0/+1
2014-10-08Added configuration file system.archshift1-0/+24