diff options
Diffstat (limited to 'src/boot/yaz0.c')
| -rw-r--r-- | src/boot/yaz0.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/yaz0.c b/src/boot/yaz0.c index 70e42e77b..16d8d3245 100644 --- a/src/boot/yaz0.c +++ b/src/boot/yaz0.c @@ -1,3 +1,4 @@ +#include "macros.h" #include "fault.h" #include "libc64/sprintf.h" #include "libc64/sleep.h" @@ -55,8 +56,7 @@ void* Yaz0_NextDMA(u8* curSrcPos) { } else { oldPri = osGetThreadPri(NULL); osSetThreadPri(NULL, OS_PRIORITY_APPMAX); - // Compression/decompression error - osSyncPrintf("圧縮展開異常\n"); + osSyncPrintf(T("圧縮展開異常\n", "compression/decompression error\n")); osSetThreadPri(NULL, oldPri); } |
