Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-31 | chore: update project branding to citron | Zephyron | |
2024-01-02 | yuzu: Add per-game linux gamemode configuration | flodavid | |
2023-11-26 | qt: add cpu_backend configuration | amazingfate | |
2023-07-21 | common,qt-config: Remove usage of forward_list | lat9nq | |
2023-07-21 | configuration: Use a builder to create widgets | lat9nq | |
This gets rid of some repeated code and sets us up to send more information to the new widget. | |||
2023-07-21 | configuration: Clean up includes a bit | lat9nq | |
2023-07-21 | configure_cpu: Generate UI | lat9nq | |
2023-07-21 | configuration: Add base class to tabs | lat9nq | |
Tabs that largely configure SwitchableSetting's are now Tabs and grouped together. | |||
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | |||
2022-03-20 | yuzu: Reduce unused includes | ameerj | |
2022-02-27 | dynarmic: Inline exclusive memory accesses | merry | |
Inlines implementation of exclusive instructions into JITted code, improving performance of applications relying heavily on these instructions. We also fastmem these instructions for additional speed, with support for appropriate recompilation on fastmem failure. An unsafe optimization to disable the intercore global_monitor is also provided, should one wish to rely solely on cmpxchg semantics for safety. See also: merryhime/dynarmic#664 | |||
2021-10-07 | configuration: Add const qualifier where able | lat9nq | |
2021-10-07 | yuzu qt: Remove global system instances from config, WaitTree, main | lat9nq | |
2021-07-08 | settings, arm_dynarmic, yuzu qt: Move CPU debugging option | lat9nq | |
Decouples the CPU debugging mode from the enumeration to its own boolean. After this, it moves the CPU Debugging tab over to a sub tab underneath the Debug tab in the configuration UI. | |||
2021-06-20 | Update dynarmic and add new unsafe CPU option. | Fernando Sahmkow | |
2021-06-11 | General: Add settings for fastmem and disabling adress space check. | FernandoS27 | |
2021-05-16 | configuration: Add CPU tab to game properties | lat9nq | |
Allows setting CPU accuracy to Accurate or Unsafe per-game, as well as the accuracy options for Unsafe. Debug is not allowed here as a per-game CPU accuracy. | |||
2021-04-14 | common: Move settings to common from core. | bunnei | |
- Removes a dependency on core and input_common from common. | |||
2020-08-16 | dynarmic: Add unsafe optimizations | MerryMage | |
2020-07-12 | configure_cpu: Split optimization settings off into Debug tab | MerryMage | |
2020-07-11 | configure_cpu: Show/Hide debugging options | MerryMage | |
2020-07-11 | configuration: Add settings to enable/disable specific CPU optimizations | MerryMage | |