mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-09 11:45:57 -05:00
Add Error Types for VPAD and KPAD Reads
This commit is contained in:
@@ -119,6 +119,10 @@ typedef enum VPADReadError
|
||||
VPAD_READ_NO_SAMPLES = -1,
|
||||
//! The requested controller or channel was invalid.
|
||||
VPAD_READ_INVALID_CONTROLLER = -2,
|
||||
//! VPAD channel is busy, perhaps being accessed by another thread
|
||||
VPAD_READ_BUSY = -4,
|
||||
//! VPAD is uninitialized, need to call VPADInit()
|
||||
VPAD_READ_UNINITIALIZED = -5,
|
||||
} VPADReadError;
|
||||
|
||||
//! LCD mode.
|
||||
|
||||
Reference in New Issue
Block a user