1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-03-11 04:16:23 +00:00
Commit graph

2 commits

Author SHA1 Message Date
emmauss d254548548
Little rewrite of HID input ()
* change hid sharedmem writing to use structures
2019-07-22 20:15:46 +03:00
Ac_K ba86a5d7f3 nfp:user: Implement IUser ()
* nfp:user: Implement IUser

- Based on RE of sysmod FW 1.0 and 3.0 with help of https://github.com/switchbrew/libnx/ and https://reswitched.github.io/SwIPC/ifaces.html#nn::nfp::detail::IUser
- Accurate implementation of Initialize, AttachActivateEvent, AttachDeactivateEvent, GetState, GetDeviceState, GetNpadId and GetDeviceState.
- Implementation of Finalize and ListDevices (close ).

* reorder private var

* fix nits
2019-06-28 21:08:23 +10:00