diff options
Diffstat (limited to 'Source/Sfx.c')
| -rw-r--r-- | Source/Sfx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Sfx.c b/Source/Sfx.c index 9cb0c94..dff125e 100644 --- a/Source/Sfx.c +++ b/Source/Sfx.c @@ -78,7 +78,7 @@ bool SfxUploadSound_Ex(const char* file_path, SsVag* vag, uint8_t voiceIndex) uint16_t percentage = SPUBytesUsed * 100 / SPU_MAX_ALLOWED_BYTES; - dprintf("SPU usage: %d%%\n", percentage); + Serial_printf("SPU usage: %d%%\n", percentage); } #endif // PSXSDK_DEBUG |
