support file based/sd partition based emusd

This commit is contained in:
Christoph Baumann
2025-05-20 20:18:39 +02:00
parent 6f3f468a5b
commit b543194688
4 changed files with 260 additions and 42 deletions

View File

@@ -48,6 +48,7 @@ typedef struct _emuMMC_ctx_t
/* File-Based */
char storagePath[EMUMMC_MAX_DIR_LENGTH + 1];
char SD_storagePath[EMUMMC_MAX_DIR_LENGTH + 1];
} emuMMC_ctx_t, *PemuMMC_ctx_t;
#endif /* __EMUMMC_CTX_H__ */