Skip to content

Commit

Permalink
FEXQConfig: Add strict split-lock option
Browse files Browse the repository at this point in the history
This was missed in the initial FEXQConfig implementation since it was
implemented at the same time.
  • Loading branch information
Sonicadvance1 committed Sep 2, 2024
1 parent 9336e35 commit c68a7bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Source/Tools/FEXQonfig/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,12 @@ ApplicationWindow {
onToggled: tsoButtonGroup.onClickedButton(2)
}
}

ConfigCheckBox {
text: qsTr("Strict in-process split-lock atomics")
tooltip: qsTr("Enables non-tearing split-lock atomics")
config: "StrictInProcessSplitLocks"
}
}
}

Expand Down

0 comments on commit c68a7bf

Please sign in to comment.