mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-23 20:35:29 +00:00
f317d619cc
* Xbox GDK support (14 squashed commits) * Added basic keyboard testing * Update readme * Code review fixes * Fixed issue where controller add/removal wasn't working (since the device notification events don't work on Xbox, have to use the joystick thread to poll XInput)
11 lines
503 B
XML
11 lines
503 B
XML
<Package>
|
|
<Chunk Id="1000" Marker="Launch">
|
|
<FileGroup DestinationPath="." SourcePath="." Include="testgdk.exe" />
|
|
<FileGroup DestinationPath="." SourcePath="." Include="MicrosoftGame.config" />
|
|
<FileGroup DestinationPath="." SourcePath="." Include="*.bmp" />
|
|
<FileGroup DestinationPath="." SourcePath="." Include="*.wav" />
|
|
<FileGroup DestinationPath="." SourcePath="." Include="*.png" />
|
|
<FileGroup DestinationPath="." SourcePath="." Include="*.dll" />
|
|
</Chunk>
|
|
</Package>
|