In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Nsysuhs.rpl

From WiiUBrew
Revision as of 20:06, 9 August 2015 by Marionumber1 (talk | contribs) (Create nsysuhs.rpl page with intro)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

nsysuhs.rpl is the system library that provides low-level USB device access. It is a wrapper over the /dev/uhs IOSU interface, and is meant for USB peripheral drivers. Despite nsysuhs.rpl's presence in OSv11, it is impossible to load with OSDynLoad_Acquire(), at least in the web browser; doing so returns no error but an invalid handle. There is one known library that performs low-level USB operations, usb_mic.rpl, but it includes its own copy of the nsysuhs.rpl functions. This seems to imply that nsysuhs.rpl was not meant to be used directly be anything.