mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-21 12:04:29 -04: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