adjust contrast value of saturn engine
This commit is contained in:
parent
04b9d8674c
commit
2c8cc0952f
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue