Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Core: Fix some out-of-style includes | Yuri Kunde Schlesner | 2017-05-28 | 1 | -1/+1 |
| | |||||
* | ir: implement new 3ds HID via ir:rst | wwylele | 2017-05-04 | 1 | -1/+1 |
| | |||||
* | ir: implement circle pad pro | wwylele | 2017-05-03 | 1 | -0/+2 |
| | |||||
* | HID: use ButtonDevice | wwylele | 2017-03-01 | 1 | -0/+3 |
| | |||||
* | removed the possibly uneeded cast on values.gdbstub_port | noah the goodra | 2017-01-31 | 1 | -1/+1 |
| | | | | as far as i could tell this cast is unneeded because [GDBStub::SetServerPort](https://github.com/citra-emu/citra/blob/master/src/core/gdbstub/gdbstub.cpp#L897) takes a u16 and [values.gdbstub_port](https://github.com/citra-emu/citra/blob/master/src/core/settings.h#L116) is already a u16 | ||||
* | config: Add option for specifying screen resolution scale factor. | bunnei | 2017-01-07 | 1 | -1/+0 |
| | |||||
* | core: Move emu_window and key_map into core | MerryMage | 2016-12-23 | 1 | -1/+1 |
| | | | | * Removes circular dependences (common should not depend on core) | ||||
* | Implement Frame rate limiter (#2223) | emmauss | 2016-12-06 | 1 | -0/+1 |
| | | | | | | * implement frame limiter * fixes | ||||
* | Support additional screen layouts. | James Rowe | 2016-11-05 | 1 | -0/+7 |
| | | | | | Allows users to choose a single screen layout or a large screen layout. Adds a configuration option to change the prominent screen. | ||||
* | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | 2016-09-21 | 1 | -1/+1 |
| | |||||
* | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 2016-09-21 | 1 | -3/+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 Peyrot | 2016-09-18 | 1 | -1/+0 |
| | |||||
* | configure_audio: User-configuratble option to enable/disable audio stretching | MerryMage | 2016-08-31 | 1 | -0/+1 |
| | |||||
* | Audio: Add sink selection to configuration files | MerryMage | 2016-04-30 | 1 | -0/+5 |
| | |||||
* | Config: Add scaled resolution option | tfarley | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | CitraQt: Apply config at startup | Jannik Vogel | 2016-04-11 | 1 | -0/+14 |
| | |||||
* | License change | purpasmart96 | 2014-12-21 | 1 | -1/+1 |
| | |||||
* | Added configuration file system. | archshift | 2014-10-08 | 1 | -0/+11 |
Uses QSettings on citra-qt, and inih on citra-cli. |