mirror of https://github.com/mgba-emu/mgba.git
DS Video: Fix MSVC build
This commit is contained in:
parent
34c904fbd0
commit
9bb02cc3da
|
@ -45,7 +45,7 @@ static const uint32_t _vramSize[9] = {
|
|||
0x04000
|
||||
};
|
||||
|
||||
static uint16_t _zeroes[0x2000] = {};
|
||||
static uint16_t _zeroes[0x2000] = {0};
|
||||
|
||||
enum DSVRAMBankMode {
|
||||
MODE_A_BG = 0,
|
||||
|
|
Loading…
Reference in New Issue