Change `Acceptable` PSX BIOS options to `Ideal`

This commit is contained in:
YoshiRulz 2024-06-02 07:55:26 +10:00
parent 1ebe02e650
commit e18a3494c3
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 3 additions and 3 deletions

View File

@ -396,9 +396,9 @@ namespace BizHawk.Emulation.Common
Firmware("PSX", "U", "BIOS (U)");
Firmware("PSX", "J", "BIOS (J)");
Firmware("PSX", "E", "BIOS (E)");
Option("PSX", "U", in ps_30a);
Option("PSX", "J", in ps_30j);
Option("PSX", "E", in ps_30e);
Option("PSX", "U", in ps_30a, FirmwareOptionStatus.Ideal);
Option("PSX", "J", in ps_30j, FirmwareOptionStatus.Ideal);
Option("PSX", "E", in ps_30e, FirmwareOptionStatus.Ideal);
// in general, alternates aren't allowed.. their quality isn't known.
// we have this comment from fobby.net: "SCPH7502 works fine for European games" (TBD)
// however, we're sticking with the 3.0 series.