mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 09:17:51 +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
|
@ -7,6 +7,8 @@ add_library(core STATIC
|
|||
core_timing.cpp
|
||||
core_timing.h
|
||||
file_sys/directory.h
|
||||
file_sys/disk_filesystem.cpp
|
||||
file_sys/disk_filesystem.h
|
||||
file_sys/errors.h
|
||||
file_sys/filesystem.cpp
|
||||
file_sys/filesystem.h
|
||||
|
@ -18,6 +20,8 @@ add_library(core STATIC
|
|||
file_sys/romfs_factory.h
|
||||
file_sys/romfs_filesystem.cpp
|
||||
file_sys/romfs_filesystem.h
|
||||
file_sys/savedata_factory.cpp
|
||||
file_sys/savedata_factory.h
|
||||
file_sys/storage.h
|
||||
frontend/emu_window.cpp
|
||||
frontend/emu_window.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue