Skip to content

Commit 5caeaa8

Browse files
committed
GBA: Enable more ROM buffers
Only 3-6 will fit on our current targets.
1 parent 12277ad commit 5caeaa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gbsp/components/gbsp-libretro/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ rg_setup_compile_options(
66
-O3
77
-fomit-frame-pointer -ffast-math
88
-DOVERCLOCK_60FPS
9-
-DROM_BUFFER_SIZE=2
9+
-DROM_BUFFER_SIZE=8
1010
-Wno-unused-variable
1111
-Wno-implicit-fallthrough
1212
-Wno-missing-field-initializers

0 commit comments

Comments
 (0)