all repos — mgba @ 733232be5ae2e53cbc5459a518f02d9d1685fe17

mGBA Game Boy Advance Emulator

GB Video: Fix x-flip
Jeffrey Pfau jeffrey@endrift.com
Thu, 18 Feb 2016 22:32:06 -0800
commit

733232be5ae2e53cbc5459a518f02d9d1685fe17

parent

17264e2af984d2034e94c36a6bbf0d3a818001ed

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M src/gb/renderers/software.csrc/gb/renderers/software.c

@@ -199,7 +199,6 @@ localY = 7 - bottomY;

} if (GBObjAttributesIsXFlip(attrs)) { bottomX = 7 - bottomX; - bottomX = 7 - bottomX; } } uint8_t tileDataLower = localData[(bgTile * 8 + localY) * 2];