diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-02-06 18:35:24 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-02-07 01:30:00 +0100 |
commit | a3e5ccde474297ab7c3fb509dcb08c4fc2f9c7be (patch) | |
tree | 99a4472def01f9b417cd4d31d76875dc32a80218 /src/core/ControllerConfig.h | |
parent | CullZone fix (diff) | |
download | re3-a3e5ccde474297ab7c3fb509dcb08c4fc2f9c7be.tar re3-a3e5ccde474297ab7c3fb509dcb08c4fc2f9c7be.tar.gz re3-a3e5ccde474297ab7c3fb509dcb08c4fc2f9c7be.tar.bz2 re3-a3e5ccde474297ab7c3fb509dcb08c4fc2f9c7be.tar.lz re3-a3e5ccde474297ab7c3fb509dcb08c4fc2f9c7be.tar.xz re3-a3e5ccde474297ab7c3fb509dcb08c4fc2f9c7be.tar.zst re3-a3e5ccde474297ab7c3fb509dcb08c4fc2f9c7be.zip |
Diffstat (limited to 'src/core/ControllerConfig.h')
-rw-r--r-- | src/core/ControllerConfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ControllerConfig.h b/src/core/ControllerConfig.h index e04f9583..458e457c 100644 --- a/src/core/ControllerConfig.h +++ b/src/core/ControllerConfig.h @@ -116,6 +116,8 @@ public: #ifdef __DINPUT_INCLUDED__ DIJOYSTATE2 m_OldState; DIJOYSTATE2 m_NewState; +#else + uint8 ___padd[0x110 * 2]; #endif wchar m_aActionNames[MAX_CONTROLLERACTIONS][ACTIONNAME_LENGTH]; bool m_aButtonStates[MAX_BUTTONS]; |