Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow the user to set the background clear color during emulation | archshift | 2015-04-04 | 1 | -0/+7 |
| | | | | The background color can be seen at the sides of the bottom screen or when the window is wider than normal. | ||||
* | default_ini.h: Put comments on their own lines | archshift | 2015-03-08 | 1 | -4/+15 |
| | | | | Apparently inline comments is not necessarily standard in the INI format, and our parser was erroneously parsing the comments as values. | ||||
* | Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one. | Emmanuel Gil Peyrot | 2015-02-22 | 1 | -1/+7 |
| | |||||
* | Merge pull request #526 from purpasmart96/citra_stubs | bunnei | 2015-02-11 | 1 | -0/+3 |
|\ | | | | | Services: Stub some functions | ||||
| * | Services: Stub some functions | purpasmart96 | 2015-02-08 | 1 | -0/+3 |
| | | |||||
* | | arm: Adios armemu | Lioncash | 2015-02-01 | 1 | -1/+0 |
|/ | |||||
* | Core: Change default CPU to dyncom. | bunnei | 2015-01-03 | 1 | -1/+1 |
| | |||||
* | GPU: Implement frameskip and remove forced framebuffer swap hack. | bunnei | 2014-12-29 | 1 | -0/+1 |
| | |||||
* | GPU: Change internal framerate to 30fps. | bunnei | 2014-12-27 | 1 | -1/+1 |
| | |||||
* | License change | purpasmart96 | 2014-12-21 | 1 | -1/+1 |
| | |||||
* | Add configurable per-class log filtering | Yuri Kunde Schlesner | 2014-12-13 | 1 | -1/+1 |
| | |||||
* | Merge pull request #159 from SeannyM/enable_log | Tony Wasserka | 2014-11-15 | 1 | -0/+3 |
|\ | | | | | Add support for disabling log from settings | ||||
| * | Add support for disabling log from settings | Sean | 2014-11-03 | 1 | -0/+3 |
| | | |||||
* | | ARM: Fixed several dyncom bugs. | bunnei | 2014-11-12 | 1 | -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. | archshift | 2014-10-28 | 1 | -1/+2 |
| | | |||||
* | | Use configuration files to enable or disable the new dyncom interpreter. | archshift | 2014-10-28 | 1 | -0/+3 |
|/ | |||||
* | Use config files to store whether SDMC is enabled or not | archshift | 2014-10-23 | 1 | -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. | archshift | 2014-10-08 | 1 | -0/+30 |
Uses QSettings on citra-qt, and inih on citra-cli. |