fix app config
This commit is contained in:
parent
45a241dcf6
commit
8c118ccd14
1 changed files with 4 additions and 0 deletions
|
@ -44,5 +44,9 @@
|
|||
<!-- Should prevent any more issues of the controller being unusable after the program (even though this can be fixed if you read the README) -->
|
||||
<!-- Default: true -->
|
||||
<add key="PurgeAffectedDevices" value="true" />
|
||||
<!-- Determines whether or not the program will use mannually calibrate gyro data for non-original controller. -->
|
||||
<!-- When "true", click "Calibrate" button once to get gyro calibrate data.-->
|
||||
<!-- Default: false -->
|
||||
<add key="NonOriginalController" value="false" />
|
||||
</appSettings>
|
||||
</configuration>
|
Loading…
Add table
Reference in a new issue