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 ae545b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/Tools/FEXQonfig/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,11 @@ ApplicationWindow {
onToggled: tsoButtonGroup.onClickedButton(2)
}
}

ConfigCheckBox {
text: qsTr("Enable non-tearing split-lock atomics")
config: "StrictInProcessSplitLocks"
}
}
}

Expand Down

0 comments on commit ae545b8

Please sign in to comment.