summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/configure_cpu.ui
AgeCommit message (Collapse)Author
2024-12-31chore: update project branding to citronZephyron
2023-11-26qt: add cpu_backend configurationamazingfate
2023-07-21configuration: Workaround for Windows Qt buglat9nq
Odd issue happens that dragging the cpu or system tabs in custom configs would cause the window to take up the entire verticle space of the screen.
2023-07-21configure_cpu: Generate UIlat9nq
2022-03-26configure_cpu: More descriptive text for Paranoid optionmerry
2022-03-26configuration: Add Paranoid CPU accuracy levelmerry
Disables most optimizations for the paranoid.
2022-02-27dynarmic: Inline exclusive memory accessesmerry
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-07yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq
2021-07-08settings, arm_dynarmic, yuzu qt: Move CPU debugging optionlat9nq
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-07-08core,common,yuzu qt: Add CPU accuracy option 'Auto'lat9nq
The current CPU accuracy settings in yuzu are fairly polarized and require more than common knowledge to know what the optimal settings for yuzu would be. This adds a curated option called 'Auto' that applies a few at the moment known-good unsafe optimizations to Dynarmic.
2021-06-20Update dynarmic and add new unsafe CPU option.Fernando Sahmkow
2021-06-11General: Add settings for fastmem and disabling adress space check.FernandoS27
2021-05-22settings: Suppress duplicate label name warninggerman77
2021-05-16configuration: Add CPU tab to game propertieslat9nq
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-01-02dynarmic: Add Unsafe_InaccurateNaN optimizationMerryMage
2020-08-16dynarmic: Add unsafe optimizationsMerryMage
2020-07-12configure_cpu: Split optimization settings off into Debug tabMerryMage
2020-07-11configure_cpu: Add tooltipsMerryMage
2020-07-11configure_cpu: Show/Hide debugging optionsMerryMage
2020-07-11configuration: Add settings to enable/disable specific CPU optimizationsMerryMage