fix oopsie in last commit

This commit is contained in:
CasualPokePlayer 2022-02-02 15:45:52 -08:00
parent 625a77cc14
commit f2047642eb
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}