Debugging functions.

This commit is contained in:
2026-02-04 18:32:20 -06:00
parent dd910a31aa
commit d955fb6430
8 changed files with 107 additions and 3 deletions

View File

@@ -37,6 +37,10 @@ typedef struct {
#if INPUT_KEYBOARD == 1
const uint8_t *keyboardState;
#endif
#elif DOLPHIN
PADStatus pads[4];
#endif
} input_t;