From 384bc64a86371f2f322d7a049f128f86c724bddf Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Mon, 24 Jan 2022 20:04:10 -0800 Subject: [PATCH] get rid of this default, seems to break internally anyways? --- src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Nymashock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Nymashock.cs b/src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Nymashock.cs index b5536557d8..c337fd9215 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Nymashock.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Nymashock.cs @@ -50,7 +50,7 @@ namespace BizHawk.Emulation.Cores.Sony.PSX { "psx.slstart", new() { NonSync = true } }, { "psx.slend", new() { NonSync = true } }, { "psx.h_overscan", new() { NonSync = true } }, - { "psx.correct_aspect", new() { NonSync = true, Default = "0" } }, + { "psx.correct_aspect", new() { NonSync = true } }, { "psx.slstartp", new() { NonSync = true } }, { "psx.slendp", new() { NonSync = true } }, };