diff options
author | sanni <[email protected]> | 2022-06-17 23:57:29 +0200 |
---|---|---|
committer | sanni <[email protected]> | 2022-06-17 23:57:29 +0200 |
commit | 196050257bc1562f5d9cde10ac85a0b6c07078ba (patch) | |
tree | a73b76a4e6c2803b505c4691b81d38cef0dd05a7 /Cart_Reader/SMS.ino | |
parent | 8db79a434c350c5c7462af5ed135f88b17f4cb00 (diff) | |
download | cartreader-196050257bc1562f5d9cde10ac85a0b6c07078ba.tar.gz cartreader-196050257bc1562f5d9cde10ac85a0b6c07078ba.zip |
Add filenames to N64 database
Diffstat (limited to 'Cart_Reader/SMS.ino')
-rw-r--r-- | Cart_Reader/SMS.ino | 2 |
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
|