aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra/default_ini.h
Commit message (Collapse)AuthorAge
* Merge pull request #159 from SeannyM/enable_logGravatar Tony Wasserka2014-11-15
|\ | | | | Add support for disabling log from settings
* | ARM: Fixed several dyncom bugs.Gravatar bunnei2014-11-11
| | | | | | | | | | | | | | - Fixed NZCVT flags to properly save state when function returns. - Fixed counter to keep track of the actual number of instructions executed. - Fixed single-step mode to only execute one instruction at a time. - DefaultIni: Removed comment that no longer applied to dyncom.
| * Add support for disabling log from settingsGravatar Sean2014-11-03
| |
* | Added `gpu_refresh_rate` config setting for the new interpreter speed hack.Gravatar archshift2014-10-27
| |
* | Use configuration files to enable or disable the new dyncom interpreter.Gravatar archshift2014-10-27
|/
* Use config files to store whether SDMC is enabled or notGravatar archshift2014-10-22
| | | | 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.Gravatar archshift2014-10-07
Uses QSettings on citra-qt, and inih on citra-cli.