From ee7cd42923fdb06e55ab0ca9c90284db3d1fbf30 Mon Sep 17 00:00:00 2001 From: barbudreadmon Date: Sun, 25 Feb 2024 18:37:06 +0100 Subject: [PATCH] sdl2_gui.cpp: fix comment --- src/burner/sdl/sdl2_gui.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/burner/sdl/sdl2_gui.cpp b/src/burner/sdl/sdl2_gui.cpp index 087239098..b4f917e32 100644 --- a/src/burner/sdl/sdl2_gui.cpp +++ b/src/burner/sdl/sdl2_gui.cpp @@ -5,8 +5,7 @@ extern char videofiltering[3]; -// reduce the total number of sets by this number - (isgsm, neogeo, nmk004, pgm, skns, ym2608, coleco, msx_msx, spectrum, spec128, decocass, midssio, cchip, fdsbios, ngp, bubsys) -// don't reduce for these as we display them in the list (neogeo, neocdz) +// reduce the total number of sets by the number of romsets flagged with BDF_BOARDROM #define REDUCE_TOTAL_SETS_BIOS 21 #define MAX_STRING_SIZE 300 // Limit CPU usage