Skip to content

Commit

Permalink
Merge pull request #3651 from Sonicadvance1/change_default_tso
Browse files Browse the repository at this point in the history
Config: Change default TSO options
  • Loading branch information
Sonicadvance1 authored May 24, 2024
2 parents 5497240 + 2dc600f commit 6954ebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FEXCore/Source/Interface/Config/Config.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -401,14 +401,14 @@
},
"VectorTSOEnabled": {
"Type": "bool",
"Default": "true",
"Default": "false",
"Desc": [
"When TSO emulation is enabled, controls if vector loadstores should also be atomic."
]
},
"MemcpySetTSOEnabled": {
"Type": "bool",
"Default": "true",
"Default": "false",
"Desc": [
"When TSO emulation is enabled, controls if memcpy and memset should also be atomic.",
"Only affects REP MOVS and REP STOS instructions"
Expand Down

0 comments on commit 6954ebe

Please sign in to comment.