mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 00:17:56 +00:00
hid: Stub SetTouchScreenConfiguration
This commit is contained in:
parent
9a7c619698
commit
9847b58137
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