This commit is contained in:
CasualPokePlayer 2023-12-06 23:21:52 -08:00
parent 7b4bd8cdc3
commit 2019f4baf2
2 changed files with 2 additions and 3 deletions

View File

@ -276,7 +276,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS
public bool UseDSi { get; set; }
[DisplayName("Use Real BIOS")]
[Description("If true, real BIOS files will be used. Forced true for DSi or when a GBA cartridge is present.")]
[Description("If true, real BIOS files will be used. Forced true for DSi.")]
[DefaultValue(false)]
public bool UseRealBIOS { get; set; }

View File

@ -197,8 +197,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS
_logCallback, _getGLProcAddressCallback
});
_activeSyncSettings.UseRealBIOS |= IsDSi;
_activeSyncSettings.UseRealBIOS |= roms.Count == 2;
_activeSyncSettings.UseRealBIOS |= IsDSi
if (_activeSyncSettings.UseRealBIOS)
{