libn3ds icon indicating copy to clipboard operation
libn3ds copied to clipboard

A WIP library for bare metal 3DS homebrew development.

Results 2 libn3ds issues
Sort by recently updated
recently updated
newest added

Add N3DS EXTHID (device 17h) driver for getting ZL, ZR, and C-Stick for supported devices Needed for https://github.com/profi200/open_agb_firm/issues/173 **Notes**: A lot of the device information is still unknown. Here's what...

Supersedes #1 This change is mostly to support open_agb_firm sleep functionality. Waking up from sleep is achieved by binding IRQ_PDN to a handler and disabling wake_enable and confirming by writing...