We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e8f42b commit 2700b68Copy full SHA for 2700b68
1 file changed
bt-embedded/platform_defs.h
@@ -8,7 +8,7 @@ extern "C" {
8
#ifdef __wii__
9
# include <ogc/system.h>
10
# define BTE_BUFFER_ALIGNMENT_SIZE 32
11
-# define BTE_LOG(fmt, ...) SYS_Report(fmt, __VA_ARGS__)
+# define BTE_LOG(fmt, ...) kprintf(fmt, __VA_ARGS__)
12
#endif
13
14
#ifdef BTE_BUFFER_ALIGNMENT_SIZE
0 commit comments