mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-11 07:25:07 +01:00
Make slow crc calculation default for N64
This commit is contained in:
parent
2b2d6a58e1
commit
0c42af0941
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user