set nymashock as preferred core

This commit is contained in:
CasualPokePlayer 2022-01-26 22:42:25 -08:00
parent cfc848bd27
commit 6cf16ca211
1 changed files with 1 additions and 0 deletions

View File

@ -324,6 +324,7 @@ namespace BizHawk.Client.Common
[VSystemID.Raw.PCE] = CoreNames.TurboNyma,
[VSystemID.Raw.PCECD] = CoreNames.TurboNyma,
[VSystemID.Raw.SGX] = CoreNames.TurboNyma,
[VSystemID.Raw.PSX] = CoreNames.Nymashock,
};
public bool DontTryOtherCores { get; set; }