mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 22:47:57 -05:00
Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/hle/service/hid_user.h"
|
||||
#include "core/hle/service/hid/hid.h"
|
||||
|
||||
namespace KeyMap {
|
||||
|
||||
@ -35,11 +35,11 @@ int NewDeviceId();
|
||||
/**
|
||||
* Maps a device-specific key to a PadState.
|
||||
*/
|
||||
void SetKeyMapping(HostDeviceKey key, HID_User::PadState padState);
|
||||
void SetKeyMapping(HostDeviceKey key, Service::HID::PadState padState);
|
||||
|
||||
/**
|
||||
* Gets the PadState that's mapped to the provided device-specific key.
|
||||
*/
|
||||
HID_User::PadState GetPadKey(HostDeviceKey key);
|
||||
Service::HID::PadState GetPadKey(HostDeviceKey key);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user