Skip to content

Commit

Permalink
coreinit: Add __OSConsoleWrite
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell authored and fincs committed Feb 9, 2023
1 parent 6e58348 commit fe4bdaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/coreinit/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...);
Expand Down

0 comments on commit fe4bdaf

Please sign in to comment.