mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 09:55:45 +00:00
Filesystem: Added a SaveData Factory and associated Disk_FileSystem.
This commit is contained in:
parent
585a145f31
commit
dfdc72efa7
10 changed files with 329 additions and 16 deletions
|
@ -25,6 +25,7 @@ namespace FileSystem {
|
|||
/// Supported FileSystem types
|
||||
enum class Type {
|
||||
RomFS = 1,
|
||||
SaveData = 2,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue