From 071efa5dac7a62306ca59dcd7a5d77f9f6262275 Mon Sep 17 00:00:00 2001 From: nattthebear Date: Tue, 11 Jul 2017 18:51:01 -0400 Subject: [PATCH] TSTHawk: Change the defaut pixel size for wide mode to 1024, per input from Top Experts --- BizHawk.Emulation.Cores/Consoles/NEC/PCFX/Tst.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BizHawk.Emulation.Cores/Consoles/NEC/PCFX/Tst.cs b/BizHawk.Emulation.Cores/Consoles/NEC/PCFX/Tst.cs index 78cff1b9d5..1eda213036 100644 --- a/BizHawk.Emulation.Cores/Consoles/NEC/PCFX/Tst.cs +++ b/BizHawk.Emulation.Cores/Consoles/NEC/PCFX/Tst.cs @@ -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)]