adjust contrast value of saturn engine

This commit is contained in:
Gwenhael Le Moine 2024-10-05 10:44:34 +02:00
parent 04b9d8674c
commit 2c8cc0952f
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -219,7 +219,7 @@ void get_lcd_buffer( int* target )
}
}
int get_contrast( void ) { return mod_status.hdw.lcd_contrast; }
int get_contrast( void ) { return mod_status.hdw.lcd_contrast - 6; }
void init_emulator( config_t* conf )
{