mirror of https://github.com/stella-emu/stella.git
Set default TIA aspect to 100% for both NTSC and PAL.
This is in the process of being reworked, and may disappear eventually.
This commit is contained in:
parent
4e2df09b10
commit
c96d97c8e8
|
@ -42,8 +42,8 @@ Settings::Settings()
|
|||
// TIA specific options
|
||||
setPermanent("tia.zoom", "3");
|
||||
setPermanent("tia.inter", "false");
|
||||
setPermanent("tia.aspectn", "91");
|
||||
setPermanent("tia.aspectp", "109");
|
||||
setPermanent("tia.aspectn", "100");
|
||||
setPermanent("tia.aspectp", "100");
|
||||
setPermanent("tia.fsfill", "false");
|
||||
setPermanent("tia.dbgcolors", "roygpb");
|
||||
|
||||
|
|
Loading…
Reference in New Issue