summaryrefslogtreecommitdiff
path: root/src/common/settings.cpp
diff options
context:
space:
mode:
authorFernando S <fsahmkow27@gmail.com>2022-03-01 22:50:52 +0100
committerGitHub <noreply@github.com>2022-03-01 22:50:52 +0100
commite06a1337178cc203fff1b92aaca499b74c77437f (patch)
tree008c01b1b489e9526667534458683e98d7eb85b8 /src/common/settings.cpp
parent3c47570563562c61f60abe6fac39660e8cab274d (diff)
parentec9689f2000a0345b2fb36e89674c43c05a8c588 (diff)
Merge pull request #7959 from merryhime/cmpxchg
dynarmic: Inline exclusive memory accesses
Diffstat (limited to 'src/common/settings.cpp')
-rw-r--r--src/common/settings.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings.cpp b/src/common/settings.cpp
index 2810cec15..877e0faa4 100644
--- a/src/common/settings.cpp
+++ b/src/common/settings.cpp
@@ -176,6 +176,7 @@ void RestoreGlobalState(bool is_powered_on) {
values.cpuopt_unsafe_ignore_standard_fpcr.SetGlobal(true);
values.cpuopt_unsafe_inaccurate_nan.SetGlobal(true);
values.cpuopt_unsafe_fastmem_check.SetGlobal(true);
+ values.cpuopt_unsafe_ignore_global_monitor.SetGlobal(true);
// Renderer
values.renderer_backend.SetGlobal(true);