Skip to content

Commit 7ade23f

Browse files
committed
Bug fix
1 parent 23d58fa commit 7ade23f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arm9/source/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ bool displaySavedFrameBuffer = false;
5656
u16* compressedFrameSizes16 = NULL;
5757
u32* compressedFrameSizes32 = NULL;
5858

59-
u16 palBuffer[60][256];
59+
u16 palBuffer[64][256];
6060
u8* frameBuffer = NULL; // 32 frames in buffer (64 halved frames for interlaced videos)
6161
int frameBufferCount = 32;
6262
int topBg;

0 commit comments

Comments
 (0)