switchbrew / libnx

Library for Switch Homebrew
https://switchbrew.github.io/libnx/
ISC License
1.26k stars 167 forks source link

Add missing hid shared memory structures and accessor functions for system buttons #647

Closed ndeadly closed 2 months ago

ndeadly commented 2 months ago

This adds the remaining undefined *SharedMemoryFormat structures, plus functions for grabbing the state of the system buttons (home, capture, sleep) from shared memory.

To aid with verification, I checked all the struct sizes with static_assert so you don't have to https://godbolt.org/z/3eMxxEh8c