get rid of this default, seems to break internally anyways?

This commit is contained in:
CasualPokePlayer 2022-01-24 20:04:10 -08:00 committed by GitHub
parent f6837a69c7
commit 384bc64a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 } },
};