summaryrefslogtreecommitdiff
path: root/src/citra/config.h
AgeCommit message (Collapse)Author
2018-01-12Massive removal of unused modulesJames Rowe
2017-05-27Citra: Convert include into forward declarationYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
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 Peyrot
2016-03-02Config: Use unique_ptr instead of raw pointerMerryMage
2016-03-02Dependencies: Remove GLFW, Add SDL2MerryMage
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 Peyrot
2014-12-20License changepurpasmart96
2014-11-18Merge Config::ReadXYZsarchshift
2014-11-15Merge pull request #159 from SeannyM/enable_logTony Wasserka
Add support for disabling log from settings
2014-11-03Add support for disabling log from settingsSean
2014-10-27Use configuration files to enable or disable the new dyncom interpreter.archshift
2014-10-22Use config files to store whether SDMC is enabled or notarchshift
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-07Added configuration file system.archshift
Uses QSettings on citra-qt, and inih on citra-cli.