(#7) Turns out profiling with Firefox is good enough, no need for legally-dubious ROMs.

This commit is contained in:
Alcaro
2018-04-10 00:37:21 +02:00
parent 40e77dd9bd
commit c214e7b577
5 changed files with 26 additions and 52 deletions

View File

@@ -833,7 +833,7 @@ struct errorinfo CreatePatch(LPCWSTR inromname, LPCWSTR outromname, enum patchty
if (errinf.level<el_notthis)
{
if (!WriteWholeFile(patchname, patch)) errinf=error(el_broken, "Couldn't write ROM. Are you on a read-only medium?");
if (!WriteWholeFile(patchname, patch)) errinf=error(el_broken, "Couldn't write patch. Are you on a read-only medium?");
}
if (patch.ptr) free(patch.ptr);
return errinf;