mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-25 07:58:39 -05:00
coreinit: Add __OSConsoleWrite
This commit is contained in:
parent
6e58348a04
commit
fe4bdafb92
|
|
@ -25,6 +25,9 @@ void
|
|||
OSConsoleWrite(const char *msg,
|
||||
uint32_t size);
|
||||
|
||||
void
|
||||
__OSConsoleWrite(const char *msg,
|
||||
uint32_t size);
|
||||
|
||||
void
|
||||
OSReport(const char *fmt, ...);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user