mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-24 08:01:29 +00:00
Fix a recent bug in XinputDevice.h
This commit is contained in:
parent
f0ea814107
commit
dfb5cd37d9
@ -17,6 +17,6 @@ private:
|
||||
int check_delay[4]{};
|
||||
XINPUT_STATE prevState[4]{};
|
||||
XINPUT_VIBRATION prevVibration[4]{};
|
||||
int prevVibrationTime = 0;
|
||||
double prevVibrationTime = 0.0;
|
||||
u32 prevButtons[4]{};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user