mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Fix all uninitialized variable warnings (C26495)
This commit is contained in:
@@ -70,7 +70,7 @@ public:
|
||||
private:
|
||||
const LPDIRECTINPUTDEVICE8 m_device;
|
||||
|
||||
DIJOYSTATE m_state_in;
|
||||
DIJOYSTATE m_state_in{};
|
||||
|
||||
bool m_buffered;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user