pspctrl.h says,
PSP_CTRL_NOTE, PSP_CTRL_SCREEN, PSP_CTRL_VOLUP,
PSP_CTRL_VOLDOWN, PSP_CTRL_DISC, PSP_CTRL_WLAN_UP,
PSP_CTRL_REMOTE, PSP_CTRL_MS can only be read in kernel mode
Does anyone show me some sample code? Thanks!!
How to enumerate NOTE key
Like any other button.
Code: Select all
if (pad.Buttons & PSP_CTRL_NOTE) {
saveScreen();
} // note
If not actually, then potentially.