forked from eden-emu/eden
hid: Stub SetTouchScreenConfiguration
This commit is contained in:
parent
7e9163779d
commit
a7bbd37f81
3 changed files with 28 additions and 1 deletions
|
@ -159,6 +159,7 @@ private:
|
|||
void SetPalmaBoostMode(Kernel::HLERequestContext& ctx);
|
||||
void SetNpadCommunicationMode(Kernel::HLERequestContext& ctx);
|
||||
void GetNpadCommunicationMode(Kernel::HLERequestContext& ctx);
|
||||
void SetTouchScreenConfiguration(Kernel::HLERequestContext& ctx);
|
||||
|
||||
enum class VibrationDeviceType : u32 {
|
||||
Unknown = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue