From 197058cbea6d59cb567be65ac6addebdabd5b114 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 8 Jan 2020 00:11:26 +0100 Subject: Comment out fprintf stderr --- source/memmap.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/memmap.c b/source/memmap.c index 4f76fc8..5f7d84a 100644 --- a/source/memmap.c +++ b/source/memmap.c @@ -1345,9 +1345,11 @@ void InitROM(bool Interleaved) sprintf(Memory.ROMId, "%s", Safe(Memory.ROMId)); sprintf(Memory.CompanyId, "%s", Safe(Memory.CompanyId)); +#if 0 fprintf(stderr, "\"%s\" [%s] %s, %s, Type: %s, Mode: %s, TV: %s, S-RAM: %s, ROMId: %s Company: %2.2s\n", Memory.ROMName, (Memory.ROMChecksum + Memory.ROMComplementChecksum != 0xffff || Memory.ROMChecksum != Memory.CalculatedChecksum) ? "bad checksum" : "checksum ok", MapType(), Size(), KartContents(), MapMode(), TVStandard(), StaticRAMSize(), Memory.ROMId, Memory.CompanyId); +#endif Settings.ForceHeader = Settings.ForceHiROM = Settings.ForceLoROM = Settings.ForceInterleaved = Settings.ForceNoHeader = Settings.ForceNotInterleaved = Settings.ForceInterleaved2 = false; } -- cgit v1.2.3