GBA Video: Fix regression with GBA windows in DS mode

This commit is contained in:
Vicki Pfau 2020-08-04 23:03:19 -07:00
parent be0deefa8b
commit 24aed3f576
1 changed files with 2 additions and 2 deletions

View File

@ -104,8 +104,8 @@ union GBAOAM {
}; };
struct GBAVideoWindowRegion { struct GBAVideoWindowRegion {
uint8_t end; uint16_t end;
uint8_t start; uint16_t start;
}; };
#define GBA_TEXT_MAP_TILE(MAP) ((MAP) & 0x03FF) #define GBA_TEXT_MAP_TILE(MAP) ((MAP) & 0x03FF)