mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-10 10:22:20 +00:00
[CHG] Undo r192 for backward compatibility
This commit is contained in:
parent
c86e2a8d70
commit
167bc0b7e3
1 changed files with 3 additions and 2 deletions
|
@ -31,8 +31,9 @@ THE SOFTWARE.
|
|||
*/
|
||||
INLINE
|
||||
void GRRLIB_FillScreen (const u32 color) {
|
||||
GX_SetCopyClear((GXColor){ R(color), G(color), B(color), 0xFF },
|
||||
GX_MAX_Z24);
|
||||
GRRLIB_Rectangle(-40, -40,
|
||||
rmode->fbWidth +80, rmode->xfbHeight +80,
|
||||
color, 1);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue