You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kokibits I think I recall you worked on some PSP plugins dealing with controller input so you might have some insight here which I don't have. Would you mind commenting on why you made the change in the above mentioned commit for the SceCtrlData struct?
FWIW, the PS Vita SceCtrlData's struct also does not contain any info about external controller input. That data is exposed solely via the SceCtrlData2 struct.
The text was updated successfully, but these errors were encountered:
In commit f099b78, the SceCtrlData API got updated:
Looking at the official PSP 6.60 SDK documentation, however, the SceCtrlData struct is still defined as this:
@kokibits I think I recall you worked on some PSP plugins dealing with controller input so you might have some insight here which I don't have. Would you mind commenting on why you made the change in the above mentioned commit for the
SceCtrlData
struct?FWIW, the PS Vita SceCtrlData's struct also does not contain any info about external controller input. That data is exposed solely via the
SceCtrlData2
struct.The text was updated successfully, but these errors were encountered: