summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/config.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
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
citra: Remove GLFW, Add SDL2 FindSDL2: Do not CACHE SDL2_* variables if library is not found EmuWindow_SDL2: Set minimal client area at initialisation time EmuWindow_SDL2: Corrections EmuWindow_SDL2: Fix no decorations on startup on OS X cmake: windows_copy_files
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
Before, it used to use whether the directory actually existed. As a result, .citra-emu/sdmc was never auto-created (something quite confusing to me until I read through the logs).
2014-10-08Added configuration file system.archshift1-0/+24
Uses QSettings on citra-qt, and inih on citra-cli.