DS Video: Fix MSVC build

This commit is contained in:
Vicki Pfau 2020-07-17 23:10:26 -07:00
parent 34c904fbd0
commit 9bb02cc3da
1 changed files with 1 additions and 1 deletions

View File

@ -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,