From 0c42af0941ef22505f61baa142b247b252e408f6 Mon Sep 17 00:00:00 2001 From: sanni Date: Wed, 13 Oct 2021 21:45:15 +0200 Subject: [PATCH] Make slow crc calculation default for N64 --- Cart_Reader/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cart_Reader/options.h b/Cart_Reader/options.h index 36ea8a3..7d020c0 100644 --- a/Cart_Reader/options.h +++ b/Cart_Reader/options.h @@ -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