From 91d5c1f076b411996a2983c5c245fa27c48018f7 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 7 Apr 2012 12:06:29 +0000 Subject: [PATCH] Change the ines bad rom error message to say FCEUX not FCE Ultra --- src/ines.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ines.cpp b/src/ines.cpp index 8f4264fd..beb948b4 100644 --- a/src/ines.cpp +++ b/src/ines.cpp @@ -272,7 +272,7 @@ void CheckBad(uint64 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; } x++;