mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-26 07:35:40 +00:00
- Removed an unneeded printf() statement.
This commit is contained in:
parent
ddd6fa92ef
commit
4b994a873e
|
@ -256,7 +256,6 @@ const struct GameInfo * LoadROMSetFromZIPFile(const struct ROMMap *Map, const st
|
||||||
DebugLog("%s also contains: %s (%s)\n", zipFile, CurGame->id, CurGame->title);
|
DebugLog("%s also contains: %s (%s)\n", zipFile, CurGame->id, CurGame->title);
|
||||||
if (multipleGameError == FALSE) // only warn about this once
|
if (multipleGameError == FALSE) // only warn about this once
|
||||||
{
|
{
|
||||||
printf("ROM=%s\n", CurGame->ROM[romIdx].fileName);
|
|
||||||
ErrorLog("Multiple games were found in %s; loading \"%s\".", zipFile, Game->title);
|
ErrorLog("Multiple games were found in %s; loading \"%s\".", zipFile, Game->title);
|
||||||
multipleGameError = TRUE;
|
multipleGameError = TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue