| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-02 | core: add option to break on unmapped access | Liam | |
| 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 | 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-13 | configure_cpu_debug: Clarify settings behavior | Morph | |
| This makes it clear that the disabled settings only take effect when CPU Accuracy is set to Debug Mode. | |||
| 2021-06-11 | General: Add settings for fastmem and disabling adress space check. | FernandoS27 | |
| 2020-07-12 | configure_cpu: Split optimization settings off into Debug tab | MerryMage | |
