Add Error Types for VPAD and KPAD Reads

This commit is contained in:
LRFLEW
2021-11-03 16:11:16 -05:00
committed by James Benton
parent cd76f35ab4
commit 31e97ecc65
2 changed files with 17 additions and 3 deletions

View File

@@ -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.