diff options
Diffstat (limited to 'Source/Pad.c')
| -rw-r--r-- | Source/Pad.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Pad.c b/Source/Pad.c index ef56f08..6689020 100644 --- a/Source/Pad.c +++ b/Source/Pad.c @@ -426,7 +426,7 @@ void PadCheatHandler(uint8_t n_pad) break; default: - dprintf("Invalid pad called for PadCheatHandler()!\n"); + Serial_printf("Invalid pad called for PadCheatHandler()!\n"); return; } @@ -495,7 +495,7 @@ bool PadAddCheat(TYPE_CHEAT * cheat) if(idx >= PAD_MAX_CHEATS) { - dprintf("Maximum number of cheats exceeded!\n"); + Serial_printf("Maximum number of cheats exceeded!\n"); return false; } |
