aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt/config.cpp
Commit message (Collapse)AuthorAge
* Settings: Fix saving wrong values for input configurationGravatar Trung Do2015-07-28
|
* Move input values into an arrayGravatar James Rowe2015-07-27
|
* CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* Remove gpu_refresh_rate configuration optionGravatar Yuri Kunde Schlesner2015-05-29
| | | | | | | Changing it makes emulation inherently inaccurate. It also had a wrong default value (30, whereas the real system has a refresh rate of 60 Hz) which, even if changed, would continue to be used unless people manually removed it from their config files.
* INI hw/sw renderer toggleGravatar tfarley2015-05-22
|
* Allow the user to set the background clear color during emulationGravatar archshift2015-04-03
| | | | The background color can be seen at the sides of the bottom screen or when the window is wider than normal.
* Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.Gravatar Emmanuel Gil Peyrot2015-02-22
|
* Merge pull request #526 from purpasmart96/citra_stubsGravatar bunnei2015-02-10
|\ | | | | Services: Stub some functions
| * Services: Stub some functionsGravatar purpasmart962015-02-07
| |
* | arm: Adios armemuGravatar Lioncash2015-01-31
|/
* GPU: Implement frameskip and remove forced framebuffer swap hack.Gravatar bunnei2014-12-28
|
* GPU: Change internal framerate to 30fps.Gravatar bunnei2014-12-26
|
* License changeGravatar purpasmart962014-12-20
|
* Add configurable per-class log filteringGravatar Yuri Kunde Schlesner2014-12-13
|
* Merge Config::ReadXYZsGravatar archshift2014-11-18
|
* Merge pull request #159 from SeannyM/enable_logGravatar Tony Wasserka2014-11-15
|\ | | | | Add support for disabling log from settings
| * 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.