aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cart_Reader/SMS.ino
diff options
context:
space:
mode:
authorsanni <[email protected]>2022-06-17 23:57:29 +0200
committersanni <[email protected]>2022-06-17 23:57:29 +0200
commit196050257bc1562f5d9cde10ac85a0b6c07078ba (patch)
treea73b76a4e6c2803b505c4691b81d38cef0dd05a7 /Cart_Reader/SMS.ino
parent8db79a434c350c5c7462af5ed135f88b17f4cb00 (diff)
downloadcartreader-196050257bc1562f5d9cde10ac85a0b6c07078ba.tar.gz
cartreader-196050257bc1562f5d9cde10ac85a0b6c07078ba.zip
Add filenames to N64 database
Diffstat (limited to 'Cart_Reader/SMS.ino')
-rw-r--r--Cart_Reader/SMS.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cart_Reader/SMS.ino b/Cart_Reader/SMS.ino
index 94d264a..6a3e500 100644
--- a/Cart_Reader/SMS.ino
+++ b/Cart_Reader/SMS.ino
@@ -68,7 +68,7 @@ void _smsMenu() {
// Change working dir to root
sd.chdir("/");
readROM_SMS();
- compareCRC("sms.txt");
+ compareCRC("sms.txt", 0);
#ifdef global_log
save_log();
#endif