diff --git a/Source/Core/Core/HW/WiimoteReal/IOWin.cpp b/Source/Core/Core/HW/WiimoteReal/IOWin.cpp index 760f0b4d465e..ec72599286ca 100644 --- a/Source/Core/Core/HW/WiimoteReal/IOWin.cpp +++ b/Source/Core/Core/HW/WiimoteReal/IOWin.cpp @@ -71,7 +71,7 @@ PBth_BluetoothEnumerateInstalledServices Bth_BluetoothEnumerateInstalledServices HINSTANCE hid_lib = nullptr; HINSTANCE bthprops_lib = nullptr; -static int initialized = 0; +static bool initialized = false; std::unordered_map g_connect_times;