aboutsummaryrefslogtreecommitdiff
path: root/Source/Sfx.c
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2021-01-02 03:29:16 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2021-01-03 01:15:57 +0100
commit2a3366c4722ce9caca155a156145db6a7fc34a17 (patch)
tree954a6f9a4e351586e37ea1b76a1fd5432189f8ea /Source/Sfx.c
parent394bf97e1233954a6fc57e7ed1635910047cfc7f (diff)
downloadairport-2a3366c4722ce9caca155a156145db6a7fc34a17.tar.gz
Deprecate dprintf over printf
Diffstat (limited to 'Source/Sfx.c')
-rw-r--r--Source/Sfx.c2
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