fix oopsie in last commit
This commit is contained in:
parent
625a77cc14
commit
f2047642eb
|
@ -184,7 +184,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS
|
|||
_exe.RemoveReadonlyFile(IsDSi ? "firmwarei.bin" : "firmware.bin");
|
||||
}
|
||||
|
||||
if (IsDSi && IsDSiWares)
|
||||
if (IsDSi && IsDSiWare)
|
||||
{
|
||||
_exe.RemoveReadonlyFile("dsiware.rom");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue