Skip to content

Commit eb41b69

Browse files
committed
Increase compressed frame buffer
1 parent c7d575c commit eb41b69

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
@@ -48,7 +48,7 @@ bool isRegularDS = true;
4848
bool isDevConsole = false;
4949
bool extendedMemory = false;
5050

51-
u8 compressedFrameBuffer[0x8000];
51+
u8 compressedFrameBuffer[0x10000];
5252
u32 compressedFrameSizes[128];
5353

5454
u8 frameBuffer[0x18000*28]; // 28 frames in buffer

0 commit comments

Comments
 (0)