all repos — mgba @ e9e6eaa353b642342c4dc90564c6ea8eeda4f8e7

mGBA Game Boy Advance Emulator

GB Video: Fix size of palette array
Jeffrey Pfau jeffrey@endrift.com
Sun, 21 Feb 2016 15:48:26 -0800
commit

e9e6eaa353b642342c4dc90564c6ea8eeda4f8e7

parent

2315e528556221ecd9cf5d240a0a6f57a323b8ec

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

jump to
M src/gb/video.hsrc/gb/video.h

@@ -117,7 +117,7 @@ bool bcpIncrement;

int ocpIndex; bool ocpIncrement; - uint16_t palette[128]; + uint16_t palette[64]; int32_t frameCounter; int frameskip;