Fix the center preset to match the firmware and the game.

This commit is contained in:
Glenn Maynard 2019-05-04 23:39:45 -05:00
parent 6249359373
commit 3d6a3008ae

View File

@ -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)