Skip to content

Commit

Permalink
coreinit/OSScreenPutFontEx: Swap row and column parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
capitalistspz committed Jul 17, 2024
1 parent 0ae8f8a commit 0f9600f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/coreinit/screen.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ OSScreenFlipBuffersEx(OSScreenID screen);
*/
void
OSScreenPutFontEx(OSScreenID screen,
uint32_t row,
uint32_t column,
uint32_t row,
const char *buffer);

/**
Expand Down

0 comments on commit 0f9600f

Please sign in to comment.