mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user