mirror of
https://github.com/dborth/fceugx.git
synced 2024-10-31 22:45:05 +01:00
change hide overscan default
This commit is contained in:
parent
5c74b82e7d
commit
8f77b50ccc
@ -104,7 +104,7 @@ struct SGCSettings
|
||||
int render; // 0 - original, 1 - filtered, 2 - unfiltered
|
||||
int videomode; // 0 - automatic, 1 - NTSC (480i), 2 - Progressive (480p), 3 - PAL (50Hz), 4 - PAL (60Hz)
|
||||
int widescreen;
|
||||
int hideoverscan;
|
||||
int hideoverscan; // 0 = off, 1 = vertical, 2 = horizontal, 3 = both
|
||||
int gamegenie;
|
||||
int currpal;
|
||||
int timing;
|
||||
|
@ -414,7 +414,7 @@ DefaultSettings ()
|
||||
GCSettings.gamegenie = 0; // Off
|
||||
|
||||
GCSettings.render = 3; // Filtered (sharp)
|
||||
GCSettings.hideoverscan = 2; // hide both horizontal and vertical
|
||||
GCSettings.hideoverscan = 1; // hide vertical
|
||||
|
||||
GCSettings.widescreen = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user