GB Video: Fix x-flip
Jeffrey Pfau jeffrey@endrift.com
Thu, 18 Feb 2016 22:32:06 -0800
1 files changed,
0 insertions(+),
1 deletions(-)
jump to
M
src/gb/renderers/software.c
→
src/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];