diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2021-01-02 03:29:16 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2021-01-03 01:15:57 +0100 |
| commit | 2a3366c4722ce9caca155a156145db6a7fc34a17 (patch) | |
| tree | 954a6f9a4e351586e37ea1b76a1fd5432189f8ea /Source/Sfx.c | |
| parent | 394bf97e1233954a6fc57e7ed1635910047cfc7f (diff) | |
| download | airport-2a3366c4722ce9caca155a156145db6a7fc34a17.tar.gz | |
Deprecate dprintf over printf
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 |
