Change the ines bad rom error message to say FCEUX not FCE Ultra

This commit is contained in:
adelikat 2012-04-07 12:06:29 +00:00
parent abdfaa0a52
commit 91d5c1f076
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ void CheckBad(uint64 md5partial)
{ {
if(BadROMImages[x].md5partial == md5partial) if(BadROMImages[x].md5partial == md5partial)
{ {
FCEU_PrintError("The copy game you have loaded, \"%s\", is bad, and will not work properly on FCE Ultra.", BadROMImages[x].name); FCEU_PrintError("The copy game you have loaded, \"%s\", is bad, and will not work properly in FCEUX.", BadROMImages[x].name);
return; return;
} }
x++; x++;