devkitPro / wut

Let's try to make a Wii U Toolchain / SDK for creating rpx/rpl.
zlib License
244 stars 52 forks source link

coreinit/screen: Swap row and column parameters in OSScreenPutFontEx #391

Closed capitalistspz closed 3 months ago

capitalistspz commented 3 months ago

They were wrong

GaryOderNichts commented 3 months ago

The row and column part seems fine to me as is. The only thing that's currently wrong is the 0 corresponds to [..] part of the comments.

capitalistspz commented 3 months ago

If we consider spreadsheets, for example, the row is the number of lines down, and the column is the number of lines across image image

GaryOderNichts commented 3 months ago

Eh yeah of course, you're right. I was thinking about how a row runs along the x-axis and a column along the y-axis.