all repos — mgba @ bda216be93781357b63f16a1c9a2e0ff4c59c0be

mGBA Game Boy Advance Emulator

DS GX: Fix build
Vicki Pfau vi@endrift.com
Wed, 01 Mar 2017 18:15:48 -0800
commit

bda216be93781357b63f16a1c9a2e0ff4c59c0be

parent

560e928d58c24d5e6f89ae51502be647bd7d049d

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

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

@@ -900,7 +900,6 @@ gx->outstandingParams[0] = _gxCommandParams[gx->outstandingCommand[0]];

gx->outstandingParams[1] = _gxCommandParams[gx->outstandingCommand[1]]; gx->outstandingParams[2] = _gxCommandParams[gx->outstandingCommand[2]]; gx->outstandingParams[3] = _gxCommandParams[gx->outstandingCommand[3]]; - } _flushOutstanding(gx); }