Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Added explaination text to async hid processing
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Jan 8, 2016
1 parent 06c0a25 commit 2ee5f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScpSettings/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<CheckBox IsChecked="{Binding Path=DisableSSP}">Disable Secure Simple Pairing</CheckBox>

<TextBlock>
Secure Simple Pairing was introduced in the Bluetooth 2.1 + EDR specification. It's used for pairing DualShock 4 controllers. On problems with 3rd party controllers this feature can be disabled.
By default, incoming HID Reports get processed and passed through to the virtual controllers in a synchronous, blocking manner. If you experiance noticeable input lag you may try the "fire-and-forget"-approach by enabling the following option (Warning: might introduce alignment errors).
</TextBlock>
<CheckBox IsChecked="{Binding Path=UseAsyncHidReportProcessing}">Use asynchronous HID Report Processing</CheckBox>
</StackPanel>
Expand Down

0 comments on commit 2ee5f34

Please sign in to comment.