diff options
Diffstat (limited to 'src/DSi_SD.h')
-rw-r--r-- | src/DSi_SD.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/DSi_SD.h b/src/DSi_SD.h index 1f9243f..d13c43a 100644 --- a/src/DSi_SD.h +++ b/src/DSi_SD.h @@ -120,7 +120,7 @@ protected: class DSi_MMCStorage : public DSi_SDDevice { public: - DSi_MMCStorage(DSi_SDHost* host, bool internal, const char* path); + DSi_MMCStorage(DSi_SDHost* host, bool internal, FILE* file); ~DSi_MMCStorage(); void Reset(); @@ -134,7 +134,6 @@ public: private: bool Internal; - char FilePath[1024]; FILE* File; u8 CID[16]; |