all repos — mgba @ 810b32e0795a73ad4befbf7efda83a5e4a2d37ce

mGBA Game Boy Advance Emulator

GBA Video: Fix MSVC build
Vicki Pfau vi@endrift.com
Mon, 13 Jul 2020 19:31:21 -0700
commit

810b32e0795a73ad4befbf7efda83a5e4a2d37ce

parent

17759173f2898b1caf4259fa5e4b7e46ecd6f3c2

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

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

@@ -34,7 +34,7 @@ static void _startHblank(struct mTiming*, void* context, uint32_t cyclesLate);

static void _midHblank(struct mTiming*, void* context, uint32_t cyclesLate); static void _startHdraw(struct mTiming*, void* context, uint32_t cyclesLate); -static uint16_t _zeroes[0x2000] = {}; +static uint16_t _zeroes[0x2000] = {0}; MGBA_EXPORT const int GBAVideoObjSizes[16][2] = { { 8, 8 },