diff options
| author | Sergeanur <s.anureev@yandex.ua> | 2020-04-18 11:31:53 +0300 |
|---|---|---|
| committer | Sergeanur <s.anureev@yandex.ua> | 2020-04-18 11:31:53 +0300 |
| commit | 555f933780653012e7c2c664f91f88914a42e05e (patch) | |
| tree | 861011464aa08fead52ab03cf92b8e4dbd8a8f39 /src/core/ControllerConfig.h | |
| parent | Merge pull request #465 from erorcun/erorcun (diff) | |
| download | re3-555f933780653012e7c2c664f91f88914a42e05e.tar.gz | |
Remove padding fields
Diffstat (limited to 'src/core/ControllerConfig.h')
| -rw-r--r-- | src/core/ControllerConfig.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/ControllerConfig.h b/src/core/ControllerConfig.h index c328594e..82174343 100644 --- a/src/core/ControllerConfig.h +++ b/src/core/ControllerConfig.h @@ -112,20 +112,17 @@ public: }; bool m_bFirstCapture; - char _pad0[3]; #ifdef __DINPUT_INCLUDED__ DIJOYSTATE2 m_OldState; DIJOYSTATE2 m_NewState; #else - uint8 ___padd[0x110 * 2]; + uint32 ___padd[0x110 / 4 * 2]; #endif wchar m_aActionNames[MAX_CONTROLLERACTIONS][ACTIONNAME_LENGTH]; bool m_aButtonStates[MAX_BUTTONS]; - char _pad1[3]; tControllerConfigBind m_aSettings[MAX_CONTROLLERACTIONS][MAX_CONTROLLERTYPES]; bool m_aSimCheckers[MAX_SIMS][MAX_CONTROLLERTYPES]; bool m_bMouseAssociated; - char _pad2[3]; CControllerConfigManager(); |
