mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
バックドロップ変更
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2109 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
0b2245bd86
commit
6f702b8922
@ -422,8 +422,8 @@ void myInit(void)
|
||||
GXS_LoadBGPltt(d_PaletteData, 0, sizeof(d_PaletteData));
|
||||
|
||||
//---- backdrop
|
||||
*(u16*)HW_PLTT = GX_RGB(0,0,8);
|
||||
*(u16*)HW_DB_PLTT = GX_RGB(0,0,8);
|
||||
*(u16*)HW_PLTT = GX_RGB(0,8,0);
|
||||
*(u16*)HW_DB_PLTT = GX_RGB(0,8,0);
|
||||
|
||||
//---- screen
|
||||
MI_CpuFillFast((void *)gScreen, 0, sizeof(gScreen));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user