core: bump SD card capacity to 64MB in emulator

pull/254/head
Pavol Rusnak 5 years ago
parent 2d8e11e827
commit c8bc21a393
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -33,7 +33,7 @@
#define SDCARD_FILE profile_sdcard_path()
#endif
#define SDCARD_SIZE (32 * 1024 * 1024)
#define SDCARD_SIZE (64 * 1024 * 1024)
static uint8_t *sdcard_buffer;
static secbool sdcard_powered;

Loading…
Cancel
Save