You are not logged in.

#1 2009-07-25 03:09:00

BlueChip
Moderator

FillScreen PAL support

I notice that the FillScreen() function is hard coded for NTSC standards.

This should fix it:

Code:

void  GRRLIB_FillScreen (const u32 color) {
    GRRLIB_Rectangle(-40, -40,
                     rmode->fbWidth +80, rmode->xfbHeight +80,
                     color, 1);
}

BC


I can be found on efnet, freenode, msn, gtalk, aim, ychat & icq ...PM me for details

Offline

 

#2 2009-07-25 03:15:12

BlueChip
Moderator

Re: FillScreen PAL support

The same error can be found in PrintBMF()

Code:

    GRRLIB_texImg *tex_BMfont = GRRLIB_CreateEmptyTexture(rmode->fbWidth, rmode->xfbHeight);

BC


I can be found on efnet, freenode, msn, gtalk, aim, ychat & icq ...PM me for details

Offline

 

Board footer

Powered by FluxBB