Skip to content

Commit c1fb60a

Browse files
committed
logging: remove kprintf() logging for Wii
Using kprintf() is a bit inconvenient, since it's not visible by default (at least in Dolphin). stderr is good enough.
1 parent 7b220fd commit c1fb60a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

bt-embedded/platform_defs.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ extern "C" {
66
#endif
77

88
#ifdef __wii__
9-
# include <ogc/system.h>
109
# define BTE_BUFFER_ALIGNMENT_SIZE 32
11-
# define BTE_LOG(fmt, ...) kprintf(fmt, __VA_ARGS__)
1210
#endif
1311

1412
#ifdef BTE_BUFFER_ALIGNMENT_SIZE

0 commit comments

Comments
 (0)