mirror of
https://github.com/sanni/cartreader.git
synced 2025-02-18 14:06:20 +01:00
N64.ino: Handle reused global from FLASH.ino
This commit is contained in:
parent
4f8ef61355
commit
74fba5e29d
@ -44,6 +44,10 @@ String CRC1 = "";
|
|||||||
String CRC2 = "";
|
String CRC2 = "";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(enable_FLASH)
|
||||||
|
unsigned long flashSize;
|
||||||
|
#endif
|
||||||
|
|
||||||
static const char N64_EEP_FILENAME_FMT[] PROGMEM = "%s.eep";
|
static const char N64_EEP_FILENAME_FMT[] PROGMEM = "%s.eep";
|
||||||
static const char N64_SAVE_DIRNAME_FMT[] PROGMEM = "N64/SAVE/%s/%d";
|
static const char N64_SAVE_DIRNAME_FMT[] PROGMEM = "N64/SAVE/%s/%d";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user