You are not logged in.
I notice that the FillScreen() function is hard coded for NTSC standards.
This should fix it:
void GRRLIB_FillScreen (const u32 color) { GRRLIB_Rectangle(-40, -40, rmode->fbWidth +80, rmode->xfbHeight +80, color, 1); }
BC
Offline
The same error can be found in PrintBMF()
GRRLIB_texImg *tex_BMfont = GRRLIB_CreateEmptyTexture(rmode->fbWidth, rmode->xfbHeight);
BC
Offline