pspctrl.h: Fix link to PspCtrlButtons

This commit is contained in:
Felix-Dev
2021-04-05 22:36:03 +02:00
committed by GitHub
parent 939ffe27f4
commit e6773cc928

View File

@@ -124,7 +124,7 @@ typedef struct SceCtrlData {
* for the inverse. A button in the [press] state does not need to be in the [make] state.
*
* These comparison results are stored internally as latch data and can be retrieved using the APIs ::sceCtrlPeekLatch() and
* ::sceCtrlReadLatch(). ::SceCtrlPadButtons can be used to find out the state of each button.
* ::sceCtrlReadLatch(). ::PspCtrlButtons can be used to find out the state of each button.
*
* @remark The same can be accomplished by using the different sceCtrl[Read/Peek]Buffer[Positive/Negative]() APIs
* and comparing the currently collected button sampling data with the previously collected one.