Opted for 840x576 window size as it represents less of a deviation from the original 800x600, yet still eliminates moire effects.
ghedger authored 7 years ago
T. Joseph Carter committed 4 years ago
247 | 247 | # otherwise they won't take effect |
248 | 248 | # Default Screen Width is 560, Screen Height is 384 |
249 | 249 | # For best results, use a height divisible by 192 to avoid moire artifacts when using scanline video effects |
250 | Screen Width = 1120 | |
251 | Screen Height = 768 | |
252 | ||
250 | Screen Width = 840 | |
251 | Screen Height = 576 | |
252 |