Do not create File On Disk domain for 3DS

This commit is contained in:
CasualPokePlayer 2025-01-12 12:48:11 -08:00
parent c5a4ec9b81
commit 20d7355227
1 changed files with 1 additions and 1 deletions

View File

@ -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)