Do not create File On Disk domain for 3DS
This commit is contained in:
parent
c5a4ec9b81
commit
20d7355227
|
@ -231,7 +231,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
public override void Restart()
|
||||
{
|
||||
_romDomain = null;
|
||||
if (Emulator.SystemId is not VSystemID.Raw.Arcade)
|
||||
if (Emulator.SystemId is not (VSystemID.Raw.Arcade or VSystemID.Raw.N3DS))
|
||||
{
|
||||
var rom = GetRomBytes();
|
||||
if (rom is not null)
|
||||
|
|
Loading…
Reference in New Issue