mirror of https://github.com/mgba-emu/mgba.git
GBA Video: Fix regression with GBA windows in DS mode
This commit is contained in:
parent
be0deefa8b
commit
24aed3f576
|
@ -104,8 +104,8 @@ union GBAOAM {
|
|||
};
|
||||
|
||||
struct GBAVideoWindowRegion {
|
||||
uint8_t end;
|
||||
uint8_t start;
|
||||
uint16_t end;
|
||||
uint16_t start;
|
||||
};
|
||||
|
||||
#define GBA_TEXT_MAP_TILE(MAP) ((MAP) & 0x03FF)
|
||||
|
|
Loading…
Reference in New Issue