Set gba_darken opt default to 37

Set the GBA darken value default to 37 instead of 50, seems to look
pretty good.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover
2025-08-28 04:22:21 +00:00
parent 7565cac230
commit e3e14232f7

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 = 50;
uint32_t gba_darken = 37;
/// Core
bool agb_print = false;