mirror of https://github.com/mgba-emu/mgba.git
GBA Video: Remove dead code
This commit is contained in:
parent
25cda2d7b2
commit
c5ff781ed6
|
@ -9,9 +9,6 @@
|
||||||
SPRITE_YBASE_ ## DEPTH(inY); \
|
SPRITE_YBASE_ ## DEPTH(inY); \
|
||||||
unsigned tileData; \
|
unsigned tileData; \
|
||||||
for (; outX < condition; ++outX, inX += xOffset) { \
|
for (; outX < condition; ++outX, inX += xOffset) { \
|
||||||
if (!(renderer->row[outX] & FLAG_UNWRITTEN)) { \
|
|
||||||
continue; \
|
|
||||||
} \
|
|
||||||
renderer->spriteCyclesRemaining -= 1; \
|
renderer->spriteCyclesRemaining -= 1; \
|
||||||
SPRITE_XBASE_ ## DEPTH(inX); \
|
SPRITE_XBASE_ ## DEPTH(inX); \
|
||||||
SPRITE_DRAW_PIXEL_ ## DEPTH ## _ ## TYPE(inX); \
|
SPRITE_DRAW_PIXEL_ ## DEPTH ## _ ## TYPE(inX); \
|
||||||
|
|
Loading…
Reference in New Issue