TSTHawk: Change the defaut pixel size for wide mode to 1024, per input from Top Experts

This commit is contained in:
nattthebear 2017-07-11 18:51:01 -04:00
parent a6daf3cfb0
commit 071efa5dac
1 changed files with 3 additions and 3 deletions

View File

@ -143,9 +143,9 @@ namespace BizHawk.Emulation.Cores.Consoles.NEC.PCFX
public enum DotClockWidths
{
Fast = 256,
Good = 341,
Pedantic = 1024
Fastest = 256,
Fast = 341,
Good = 1024
}
[Description("Quality for high-width resolution output")]
[DefaultValue(DotClockWidths.Good)]