mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 20:47:52 -05:00
Filesystem: Added a SaveData Factory and associated Disk_FileSystem.
This commit is contained in:
@ -25,6 +25,7 @@ namespace FileSystem {
|
||||
/// Supported FileSystem types
|
||||
enum class Type {
|
||||
RomFS = 1,
|
||||
SaveData = 2,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user