diff options
| author | Stelios Tsampas <loathingkernel@gmail.com> | 2017-07-18 23:23:47 +0300 |
|---|---|---|
| committer | Stelios Tsampas <loathingkernel@gmail.com> | 2017-07-19 10:38:24 +0300 |
| commit | b6129143f75cf4480883e467d52627de949466fb (patch) | |
| tree | ef0717711d2b5c37dceb961061fe434afdd7c18a /plugins/dfinput/pad.h | |
| parent | 966a413dda34bf31826ee1eab4d5a722a36087d6 (diff) | |
| download | pcsxr-b6129143f75cf4480883e467d52627de949466fb.tar.gz | |
* Add setting to disable physical gamepad vibration.
Diffstat (limited to 'plugins/dfinput/pad.h')
| -rwxr-xr-x | plugins/dfinput/pad.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/dfinput/pad.h b/plugins/dfinput/pad.h index 7cd8eefe..3051e6ad 100755 --- a/plugins/dfinput/pad.h +++ b/plugins/dfinput/pad.h @@ -158,6 +158,7 @@ typedef struct tagPadDef { int8_t DevNum; uint16_t Type; uint8_t VisualVibration; + uint8_t PhysicalVibration; KEYDEF KeyDef[DKEY_TOTAL]; KEYDEF AnalogDef[ANALOG_TOTAL][4]; #if SDL_VERSION_ATLEAST(2,0,0) |
