mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 13:11:44 +00:00
Update SDL2-CS (#2327)
Changelog: - SDL2 was updated to lastest master - DInput was disabled from build configuration (Close #2238) - HIDAPI was forced enabled on Linux and libusb library name was fixed (Close #2226) NOTE about HIDAPI support on Linux: Make sure that your gamepad is accesible to your user for it to be detected by HIDAPI. This can be done via a udev rule like: ``` KERNEL=="hidraw*", MODE="0660", TAG+="uaccess" ``` **NOTE: This rule is given as an example, this can present a security risk. Make sure to filter by vendor and product ids.**
This commit is contained in:
parent
fe29aff266
commit
98916a4f90
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="ppy.SDL2-CS" Version="1.0.225-alpha" />
|
<PackageReference Include="Ryujinx.SDL2-CS" Version="2.0.15-build9" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
Loading…
Reference in a new issue