summaryrefslogtreecommitdiffstats
path: root/src/citra/config.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-1/+2
|
* Config: Use unique_ptr instead of raw pointerMerryMage2016-03-021-4/+4
|
* Dependencies: Remove GLFW, Add SDL2MerryMage2016-03-021-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
* Citra: Fix the includes a bit, thanks to include-what-you-use.Emmanuel Gil Peyrot2015-06-281-4/+2
|
* License changepurpasmart962014-12-211-1/+1
|
* Merge Config::ReadXYZsarchshift2014-11-191-4/+1
|
* Merge pull request #159 from SeannyM/enable_logTony Wasserka2014-11-151-0/+1
|\ | | | | Add support for disabling log from settings
| * Add support for disabling log from settingsSean2014-11-031-0/+1
| |
* | Use configuration files to enable or disable the new dyncom interpreter.archshift2014-10-281-0/+1
|/
* Use config files to store whether SDMC is enabled or notarchshift2014-10-231-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).
* Added configuration file system.archshift2014-10-081-0/+24
Uses QSettings on citra-qt, and inih on citra-cli.