[CHG] Undo r192 for backward compatibility

This commit is contained in:
Crayon2000 2009-11-08 02:37:11 +00:00
parent c86e2a8d70
commit 167bc0b7e3

View file

@ -31,8 +31,9 @@ THE SOFTWARE.
*/ */
INLINE INLINE
void GRRLIB_FillScreen (const u32 color) { void GRRLIB_FillScreen (const u32 color) {
GX_SetCopyClear((GXColor){ R(color), G(color), B(color), 0xFF }, GRRLIB_Rectangle(-40, -40,
GX_MAX_Z24); rmode->fbWidth +80, rmode->xfbHeight +80,
color, 1);
} }
/** /**