mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 14:17:57 -05:00
FS: Added an SDMC archive factory and registered it to the SDMC archive on startup.
This commit is contained in:
@ -26,6 +26,7 @@ namespace FileSystem {
|
||||
enum class Type {
|
||||
RomFS = 1,
|
||||
SaveData = 2,
|
||||
SDMC = 3,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user