diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.cs index 19a012ca10..2677933858 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.cs @@ -159,6 +159,8 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS /// Returns a path to the new file. public static string CreateModifiedFirmware(string firmwarePath) { + Directory.CreateDirectory("melon"); + const string newPath = "melon/tohash.bin"; byte[] bytes = File.ReadAllBytes(firmwarePath);