diff options
Diffstat (limited to 'src/common/key_map.h')
| -rw-r--r-- | src/common/key_map.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/key_map.h b/src/common/key_map.h index 8d949b852..0ecec714f 100644 --- a/src/common/key_map.h +++ b/src/common/key_map.h | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include "core/hle/service/hid_user.h" | 7 | #include "core/hle/service/hid/hid.h" |
| 8 | 8 | ||
| 9 | namespace KeyMap { | 9 | namespace KeyMap { |
| 10 | 10 | ||
| @@ -35,11 +35,11 @@ int NewDeviceId(); | |||
| 35 | /** | 35 | /** |
| 36 | * Maps a device-specific key to a PadState. | 36 | * Maps a device-specific key to a PadState. |
| 37 | */ | 37 | */ |
| 38 | void SetKeyMapping(HostDeviceKey key, HID_User::PadState padState); | 38 | void SetKeyMapping(HostDeviceKey key, Service::HID::PadState padState); |
| 39 | 39 | ||
| 40 | /** | 40 | /** |
| 41 | * Gets the PadState that's mapped to the provided device-specific key. | 41 | * Gets the PadState that's mapped to the provided device-specific key. |
| 42 | */ | 42 | */ |
| 43 | HID_User::PadState GetPadKey(HostDeviceKey key); | 43 | Service::HID::PadState GetPadKey(HostDeviceKey key); |
| 44 | 44 | ||
| 45 | } | 45 | } |