Skip to content

Commit

Permalink
Do not create File On Disk domain for 3DS
Browse files Browse the repository at this point in the history
  • Loading branch information
CasualPokePlayer committed Jan 12, 2025
1 parent c5a4ec9 commit 20d7355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ protected override void GeneralUpdate()
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)
Expand Down

0 comments on commit 20d7355

Please sign in to comment.