[APU+HID] Optimizations

This commit is contained in:
Margen67
2022-11-03 03:56:13 -07:00
parent b23566b823
commit 4ba14bc35e
2 changed files with 2 additions and 10 deletions

View File

@@ -45,9 +45,6 @@ XInputInputDriver::~XInputInputDriver() {
X_STATUS XInputInputDriver::Setup() {
HMODULE module = LoadLibraryW(L"xinput1_4.dll");
if (!module) {
module = LoadLibraryW(L"xinput1_3.dll");
}
if (!module) {
return X_STATUS_DLL_NOT_FOUND;
}