[nostalgia/core/gba] Cleanup
This commit is contained in:
parent
4cace9d8e0
commit
f0b359597a
@ -252,8 +252,8 @@ void clearTileLayer(Context*, int layer) {
|
|||||||
memset(&MEM_BG_MAP[layer], 0, GbaTileRows * GbaTileColumns);
|
memset(&MEM_BG_MAP[layer], 0, GbaTileRows * GbaTileColumns);
|
||||||
}
|
}
|
||||||
|
|
||||||
[[maybe_unused]]
|
[[maybe_unused]]
|
||||||
void hideSprite(Context*, unsigned idx) {
|
void hideSprite(Context*, unsigned idx) {
|
||||||
oxAssert(g_spriteUpdates < config::GbaSpriteBufferLen, "Sprite update buffer overflow");
|
oxAssert(g_spriteUpdates < config::GbaSpriteBufferLen, "Sprite update buffer overflow");
|
||||||
GbaSpriteAttrUpdate oa;
|
GbaSpriteAttrUpdate oa;
|
||||||
oa.attr0 = 2 << 8;
|
oa.attr0 = 2 << 8;
|
||||||
|
Loading…
Reference in New Issue
Block a user