summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp
diff options
context:
space:
mode:
authorAdmiral H. Curtiss <pikachu025@gmail.com>2022-07-13 01:37:05 +0200
committerAdmiral H. Curtiss <pikachu025@gmail.com>2022-07-13 01:37:05 +0200
commite79c7d498556faa17d346cec1bac55ad4aa83c3e (patch)
treebca1443d9068ed22139c2d02efa8f9bc1e7a0b0b /Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp
parentaa294337547c067452954c8d1dd002130a23cb14 (diff)
InputCommon: Don't force-link against SDL2.lib on Windows.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp b/Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp
index 6dec6003fd..0d7494142d 100644
--- a/Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp
+++ b/Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp
@@ -16,8 +16,6 @@
#ifdef _WIN32
#include <Windows.h>
-
-#pragma comment(lib, "SDL2.lib")
#endif
namespace ciface::SDL