Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #6499 from FernandoS27/we-were-on-a-break | bunnei | 2021-06-21 | 1 | -0/+1 |
|\ | | | | | Update dynarmic and add new unsafe CPU option. | ||||
| * | Update dynarmic and add new unsafe CPU option. | Fernando Sahmkow | 2021-06-20 | 1 | -0/+1 |
| | | |||||
* | | nvflinger: Add toggle to disable buffer swap interval limits | ameerj | 2021-06-17 | 1 | -0/+1 |
|/ | | | | | Enabling this setting will allow some titles to present more frames to the screen as they become available in the nvflinger buffer queue. | ||||
* | Merge pull request #6464 from ameerj/disable-astc | bunnei | 2021-06-16 | 1 | -0/+1 |
|\ | | | | | textures: Add a toggle for GPU Accelerated ASTC decoder | ||||
| * | configure_graphics: Add Accelerate ASTC decoding setting | ameerj | 2021-06-16 | 1 | -0/+1 |
| | | |||||
* | | fsp_srv: Fix filesystem access logging | Morph | 2021-06-16 | 1 | -0/+1 |
|/ | | | | | | | | This introduces a new setting Enable FS Access Log which saves the filesystem access log to sdmc:/FsAccessLog.txt If this setting is not enabled, this will indicate to FS to not call OutputAccessLogToSdCard. Fixes softlocks during loading in Xenoblade Chronicles 2 when certain DLC is enabled. | ||||
* | General: Add settings for fastmem and disabling adress space check. | FernandoS27 | 2021-06-11 | 1 | -0/+4 |
| | |||||
* | general: Demote custom_rtc to regular setting | lat9nq | 2021-05-17 | 1 | -1/+1 |
| | |||||
* | general: Make CPU accuracy and related a Settings::Setting | lat9nq | 2021-05-16 | 1 | -4/+4 |
| | | | | | Required to make CPU accuracy and unsafe settings available to use as a per-game setting. | ||||
* | common: Move settings to common from core. | bunnei | 2021-04-15 | 1 | -0/+261 |
- Removes a dependency on core and input_common from common. |