Set default for gba_darken to 50

Set the default for the color correction option gba_darken to 50, which
is the nicest looking value.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover
2025-08-23 16:39:22 +00:00
parent 37fb449fc9
commit 96c23628ba

View File

@@ -192,7 +192,7 @@ std::array<Option, kNbOptions>& Option::All() {
bool link_proto = false;
#endif
wxString gba_rom_dir;
uint32_t gba_darken = 0;
uint32_t gba_darken = 50;
/// Core
bool agb_print = false;