diff options
| author | JMC47 <JMC4789@gmail.com> | 2019-04-06 14:53:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-06 14:53:51 -0400 |
| commit | 75e74315e69df1dc03bbda4373528e9e26274d7d (patch) | |
| tree | 4b4a3e4afa2e08cf146f9d05997a2a5bdcee07d1 /Source/Core/InputCommon/ControllerInterface/evdev/evdev.h | |
| parent | b47f09c26db2194af568e5f960e915d224e94f99 (diff) | |
| parent | 0bdfa19650ef3b52ccfa5dee3eed5d42efb206b9 (diff) | |
Merge pull request #7689 from jordan-woyak/sdl-improve
ControllerInterface: SDL cleanups/fixes
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/evdev/evdev.h')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/evdev/evdev.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h b/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h index 5196084d24..4b6d0bc0b2 100644 --- a/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h +++ b/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h @@ -90,8 +90,8 @@ private: public: enum class Motor : u8 { - WEAK, - STRONG, + Weak, + Strong, }; RumbleEffect(int fd, Motor motor); |
