From 534a45d6e822b4d2694420d80bc6537204a6a1e2 Mon Sep 17 00:00:00 2001
From: Mary <me@thog.eu>
Date: Wed, 2 Jun 2021 19:50:21 +0200
Subject: [PATCH] Reactivate DInput on SDL2

Seems more people than expected use DInput in 2021, will find another
way to fix the latency issue I suppose.
---
 Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj b/Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj
index 61aee2d2c..50b1ec2fa 100644
--- a/Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj
+++ b/Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj
@@ -5,7 +5,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="Ryujinx.SDL2-CS" Version="2.0.15-build9" />
+    <PackageReference Include="Ryujinx.SDL2-CS" Version="2.0.15-build11" />
   </ItemGroup>
 
   <ItemGroup>