-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly remove Adaptive Trigger force feedback when impulse vibratio…
…n stops
- Loading branch information
Showing
5 changed files
with
106 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<?xml version="1.0" standalone="yes"?> | ||
<NewDataSet> | ||
<xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> | ||
<xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true"> | ||
<xs:complexType> | ||
<xs:choice minOccurs="0" maxOccurs="unbounded"> | ||
<xs:element name="SuppressVersion"> | ||
<xs:complexType> | ||
<xs:sequence> | ||
<xs:element name="CurrentVersion" type="xs:int" minOccurs="0" /> | ||
<xs:element name="IsPrimary" type="xs:boolean" minOccurs="0" /> | ||
</xs:sequence> | ||
</xs:complexType> | ||
</xs:element> | ||
<xs:element name="DirectXTex" msdata:CaseSensitive="False"> | ||
<xs:complexType> | ||
<xs:sequence> | ||
<xs:element name="FileName" type="xs:string" default="" /> | ||
<xs:element name="ErrorCode" type="xs:string" default="" /> | ||
<xs:element name="Message" type="xs:string" default="" /> | ||
<xs:element name="CodePrev" type="xs:unsignedInt" default="0" /> | ||
<xs:element name="CodeCurrent" type="xs:unsignedInt" default="0" /> | ||
<xs:element name="CodeNext" type="xs:unsignedInt" default="0" /> | ||
</xs:sequence> | ||
</xs:complexType> | ||
</xs:element> | ||
</xs:choice> | ||
</xs:complexType> | ||
<xs:unique name="Constraint1" msdata:PrimaryKey="true"> | ||
<xs:selector xpath=".//DirectXTex" /> | ||
<xs:field xpath="FileName" /> | ||
<xs:field xpath="ErrorCode" /> | ||
<xs:field xpath="Message" /> | ||
<xs:field xpath="CodePrev" /> | ||
<xs:field xpath="CodeCurrent" /> | ||
<xs:field xpath="CodeNext" /> | ||
</xs:unique> | ||
</xs:element> | ||
</xs:schema> | ||
<SuppressVersion> | ||
<CurrentVersion>3</CurrentVersion> | ||
<IsPrimary>false</IsPrimary> | ||
</SuppressVersion> | ||
<DirectXTex> | ||
<FileName>debug_utils.h</FileName> | ||
<ErrorCode>V802</ErrorCode> | ||
<Message>On _-bit platform, structure size can be reduced from _ to _ bytes by rearranging the fields according to their sizes in decreasing order.</Message> | ||
<CodePrev>1907953360</CodePrev> | ||
<CodeCurrent>123</CodeCurrent> | ||
<CodeNext>14801337</CodeNext> | ||
</DirectXTex> | ||
</NewDataSet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters