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