summaryrefslogtreecommitdiffstats
path: root/src/citra/default_ini.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: Fixed several dyncom bugs.bunnei2014-11-121-1/+1
| | | | | | | - 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.
* Added `gpu_refresh_rate` config setting for the new interpreter speed hack.archshift2014-10-281-1/+2
|
* Use configuration files to enable or disable the new dyncom interpreter.archshift2014-10-281-0/+3
|
* Use config files to store whether SDMC is enabled or notarchshift2014-10-231-0/+3
| | | | 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/+30
Uses QSettings on citra-qt, and inih on citra-cli.