From 3d6a3008ae0683794512bba91cbc5c47c1e82000 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 4 May 2019 23:39:45 -0500 Subject: [PATCH] Fix the center preset to match the firmware and the game. --- smx-config/ConfigPresets.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smx-config/ConfigPresets.cs b/smx-config/ConfigPresets.cs index e7d1d29..3aa78fd 100644 --- a/smx-config/ConfigPresets.cs +++ b/smx-config/ConfigPresets.cs @@ -103,7 +103,7 @@ namespace smx_config { SetPreset(ref config, 33, 42, 35, 60, - 162, 175, 212, 225); + 162, 175, 202, 225); } static private void SetLowPreset(ref SMX.SMXConfig config)