Set firmwares declared with FirmwareAndOption to Ideal status

This commit is contained in:
YoshiRulz 2021-07-27 11:27:57 +10:00 committed by James Groom
parent c6744feed8
commit c4ff971113
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ namespace BizHawk.Emulation.Common
void FirmwareAndOption(string hash, long size, string systemId, string id, string name, string desc)
{
Firmware(systemId, id, desc);
Option(systemId, id, File(hash, size, name, desc), FirmwareOptionStatus.Acceptable); //TODO should the single option for these firmwares be Ideal?
Option(systemId, id, File(hash, size, name, desc), FirmwareOptionStatus.Ideal);
}
// FDS has two OK variants (http://tcrf.net/Family_Computer_Disk_System)