all repos — mgba @ 24aed3f57691c1737bc8f5a0f5cbff65628c9ac6

mGBA Game Boy Advance Emulator

GBA Video: Fix regression with GBA windows in DS mode
Vicki Pfau vi@endrift.com
Tue, 04 Aug 2020 23:03:19 -0700
commit

24aed3f57691c1737bc8f5a0f5cbff65628c9ac6

parent

be0deefa8b9c32e9821b0d40a539190732a86295

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

jump to
M include/mgba/internal/gba/video.hinclude/mgba/internal/gba/video.h

@@ -104,8 +104,8 @@ uint16_t raw[512];

}; struct GBAVideoWindowRegion { - uint8_t end; - uint8_t start; + uint16_t end; + uint16_t start; }; #define GBA_TEXT_MAP_TILE(MAP) ((MAP) & 0x03FF)