increase bandwidth to allow mono lores

This commit is contained in:
Will Scullin 2021-05-19 15:31:53 -07:00
parent 02c083c14a
commit 81b30842d8
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD

View File

@ -628,7 +628,7 @@ export class VideoModesGL implements VideoModes {
config.videoHue = 0.27;
config.videoCenter = new screenEmu.Point(0.01, 0.02);
config.videoSize = new screenEmu.Size(1.25, 1.15);
config.videoBandwidth = 6000000;
config.videoBandwidth = 9000000;
config.displayBarrel = 0.1;
config.displayScanlineLevel = 0.5;
config.displayCenterLighting = 0.5;