Make slow crc calculation default for N64

This commit is contained in:
sanni 2021-10-13 21:45:15 +02:00 committed by GitHub
parent 2b2d6a58e1
commit 0c42af0941

View File

@ -38,7 +38,7 @@
#define clockgen_installed
// Define CRC method for dumping N64 ROMs, slow seems to be more compatible with some SD cards
//#define slowcrc // crc will be calculated after dumping from SD card instead of during dumping from memory
#define slowcrc // crc will be calculated after dumping from SD card instead of during dumping from memory
// saves a n64log.txt file with rom info in /N64/ROM
#define savesummarytotxt