mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
OAMクリア処理を忘れていたので追加
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@547 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
739f5687bf
commit
f73f99dff8
@ -212,6 +212,7 @@ void InitBG(void)
|
||||
|
||||
MI_CpuClearFast( (void *)HW_BG_VRAM, 0x20000 ); // BG -VRAM クリア
|
||||
MI_CpuClearFast( (void *)HW_OBJ_VRAM, 0x20000 ); // OBJ-VRAM クリア
|
||||
MI_DmaFill32( 3, (void *)HW_OAM, 192, HW_OAM_SIZE ); // OAM クリア
|
||||
|
||||
// カラーパレットを設定
|
||||
GX_LoadBGPltt( TXTColorPalette, 0, sizeof(TXTColorPalette) );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user