Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | settings: Save and load NAND/SD dirs from config | Zach Hilman | 2018-09-04 | 1 | -0/+6 |
| | |||||
* | Port #3353 from Citra | fearlessTobi | 2018-08-21 | 1 | -2/+3 |
| | |||||
* | Remove files that are not used | Zach Hilman | 2018-08-01 | 1 | -0/+1 |
| | |||||
* | audio_core: Add configuration settings. | bunnei | 2018-08-01 | 1 | -0/+5 |
| | |||||
* | file_util: Use an enum class for GetUserPath() | Lioncash | 2018-07-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | Instead of using an unsigned int as a parameter and expecting a user to always pass in the correct values, we can just convert the enum into an enum class and use that type as the parameter type instead, which makes the interface more type safe. We also get rid of the bookkeeping "NUM_" element in the enum by just using an unordered map. This function is generally low-frequency in terms of calls (and I'd hope so, considering otherwise would mean we're slamming the disk with IO all the time) so I'd consider this acceptable in this case. | ||||
* | settings: Turn docked mode off by default. | bunnei | 2018-07-18 | 1 | -1/+1 |
| | |||||
* | Rename logging macro back to LOG_* | James Rowe | 2018-07-03 | 1 | -3/+3 |
| | |||||
* | settings: Add a configuration for use_accurate_framebuffers. | bunnei | 2018-06-27 | 1 | -0/+2 |
| | |||||
* | core: Add a configuration setting for use_multi_core. | bunnei | 2018-05-11 | 1 | -0/+1 |
| | |||||
* | frontends: Move logging macros over to new fmt-capable ones | Lioncash | 2018-04-27 | 1 | -3/+3 |
| | |||||
* | config: Use simplified checkbox (from Citra) for CPU JIT. | bunnei | 2018-03-27 | 1 | -2/+1 |
| | |||||
* | config: Rename is_docked to use_docked_mode to be consistent with other config bools. | bunnei | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | config: Add setting for whether the system is docked or not. | bunnei | 2018-03-27 | 1 | -0/+3 |
| | |||||
* | yuzu_cmd: change default cpu core to dynarmic | Valentin Vanelslande | 2018-03-23 | 1 | -1/+1 |
| | |||||
* | Format: Run the new clang format on everything | James Rowe | 2018-01-21 | 1 | -2/+10 |
| | |||||
* | config: Default log filter to trace. | bunnei | 2018-01-13 | 1 | -1/+1 |
| | |||||
* | Remove settings issues in sdl and fix a few files that broke in mingw | James Rowe | 2018-01-13 | 1 | -47/+0 |
| | |||||
* | Get yuzu sdl to start compiling | James Rowe | 2018-01-13 | 1 | -2/+3 |
| | |||||
* | Massive removal of unused modules | James Rowe | 2018-01-13 | 1 | -0/+160 |