all repos — mgba @ 9bb02cc3da44e61158c907cbc8a6d38e72ae9090

mGBA Game Boy Advance Emulator

DS Video: Fix MSVC build
Vicki Pfau vi@endrift.com
Fri, 17 Jul 2020 23:10:26 -0700
commit

9bb02cc3da44e61158c907cbc8a6d38e72ae9090

parent

34c904fbd0ec1b65f92f863abd56dee2382fc86d

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

jump to
M src/ds/video.csrc/ds/video.c

@@ -45,7 +45,7 @@ 0x08000,

0x04000 }; -static uint16_t _zeroes[0x2000] = {}; +static uint16_t _zeroes[0x2000] = {0}; enum DSVRAMBankMode { MODE_A_BG = 0,