c# side for 7b4bd8cdc3
This commit is contained in:
parent
7b4bd8cdc3
commit
2019f4baf2
|
@ -276,7 +276,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS
|
||||||
public bool UseDSi { get; set; }
|
public bool UseDSi { get; set; }
|
||||||
|
|
||||||
[DisplayName("Use Real BIOS")]
|
[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)]
|
[DefaultValue(false)]
|
||||||
public bool UseRealBIOS { get; set; }
|
public bool UseRealBIOS { get; set; }
|
||||||
|
|
||||||
|
|
|
@ -197,8 +197,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS
|
||||||
_logCallback, _getGLProcAddressCallback
|
_logCallback, _getGLProcAddressCallback
|
||||||
});
|
});
|
||||||
|
|
||||||
_activeSyncSettings.UseRealBIOS |= IsDSi;
|
_activeSyncSettings.UseRealBIOS |= IsDSi
|
||||||
_activeSyncSettings.UseRealBIOS |= roms.Count == 2;
|
|
||||||
|
|
||||||
if (_activeSyncSettings.UseRealBIOS)
|
if (_activeSyncSettings.UseRealBIOS)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue