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:
Stephen Anthony 2019-04-06 00:05:00 -02:30
parent 4e2df09b10
commit c96d97c8e8
1 changed files with 2 additions and 2 deletions

View File

@ -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");