aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Input.SDL2/SDL2GamepadDriver.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Input.SDL2/SDL2GamepadDriver.cs')
-rw-r--r--Ryujinx.Input.SDL2/SDL2GamepadDriver.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Ryujinx.Input.SDL2/SDL2GamepadDriver.cs b/Ryujinx.Input.SDL2/SDL2GamepadDriver.cs
index 62098383..927d7fe6 100644
--- a/Ryujinx.Input.SDL2/SDL2GamepadDriver.cs
+++ b/Ryujinx.Input.SDL2/SDL2GamepadDriver.cs
@@ -1,4 +1,5 @@
-using System;
+using Ryujinx.SDL2.Common;
+using System;
using System.Collections.Generic;
using static SDL2.SDL;