mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Fix writing in drives A: / B:
Thanks @AuroraWright for finding this bug
This commit is contained in:
parent
78cc747861
commit
343f1182b9
@ -5,8 +5,8 @@
|
||||
#include "image.h"
|
||||
#include "ff.h"
|
||||
|
||||
// don't use this area for anything else!
|
||||
static FATFS* fs = (FATFS*) 0x20316000;
|
||||
// FATFS filesystem objects (x10)
|
||||
static FATFS fs[NORM_FS];
|
||||
|
||||
// currently open file systems
|
||||
static bool fs_mounted[NORM_FS] = { false };
|
||||
|
Loading…
x
Reference in New Issue
Block a user