Skip to content

Conversation

@DacoTaco
Copy link
Member

@DacoTaco DacoTaco commented Feb 23, 2025

this was reported to me that the console change from some time ago broke all kind of stuff.
these changes solves it once and for all.

this was tested with the following console parameters :

const u32 startXPos = 70;
const u32 startYPos = 114;
const u32 XSize = 502;
const u32 YSize = 300;

results from CON_Init (CON_Init(xfb, startXPos, startYPos, XSize, YSize, stride );):

Screenshot 2025-02-23 20-53-51

results from CON_InitEx(CON_InitEx(rmode, startXPos, startYPos, XSize, YSize);):

Screenshot 2025-02-23 21-11-10

and in YAWMM :

Screenshot 2025-02-23 20-57-40

@DacoTaco DacoTaco merged commit ef09a9d into devkitPro:master Mar 16, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant