libnx/nx/include/switch/runtime
fincs 0640c9da76
hid: Introduce HidNpadIdType, see details:
- Replaced most usages of HidControllerID with HidNpadIdType
- HidControllerID still exists for now, and the following functions
  keep accepting it for compatibility with most homebrew:
  - hidIsControllerConnected
  - hidKeysHeld/Down/Up
  - hidJoystickRead
  - hidSixAxisSensorValuesRead
- hidControllerIDTo/FromOfficial renamed to ToNpadIdType/FromNpadIdType
- Updated some comments that were left untouched during previous hid refactoring
- Partial internal refactor of hidGetNpadStates*
2020-12-01 13:49:50 +01:00
..
devices add commands for accessing process storage (#485) 2020-06-06 15:13:23 +02:00
util Start doxygen bringup, with some miscellaneous cleanup 2018-02-10 22:40:11 +01:00
btdev.h bluetooth: Updated params, improved docs, etc. 2020-08-20 18:38:55 -04:00
diag.h Add diagAbortWithResult, see details: 2020-10-29 13:40:35 +01:00
env.h account: Updated for new-ipc. Renamed the username field in AccountProfileBase to nickname. Fixed various param types, and also removed the output bool from accountGetLastOpenedUser. Added struct AccountUid for proper userIDs, which replaces u128-userIDs. Added accountUidIsValid. Added accountSetServiceType()/AccountServiceType. Improved docs and minor improvements. 2019-10-08 15:41:18 -04:00
hosversion.h Introduce hosversion.h - HOS version detection utilities 2019-02-18 21:48:41 +01:00
nxlink.h Make nxlink stdio more flexible, see details: 2020-04-17 16:46:54 +02:00
resolver.h resolver: Add commands to configure behavior (most not implemented) 2019-10-28 12:36:43 +01:00
ringcon.h hid: Introduce HidNpadIdType, see details: 2020-12-01 13:49:50 +01:00