mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 11:37:47 +00:00
file_sys: Add HFS/PFS helper component
This commit is contained in:
parent
03ee087c5e
commit
bba0a351e7
3 changed files with 213 additions and 0 deletions
|
@ -12,6 +12,8 @@ add_library(core STATIC
|
|||
file_sys/errors.h
|
||||
file_sys/filesystem.cpp
|
||||
file_sys/filesystem.h
|
||||
file_sys/partition_filesystem.cpp
|
||||
file_sys/partition_filesystem.h
|
||||
file_sys/path_parser.cpp
|
||||
file_sys/path_parser.h
|
||||
file_sys/program_metadata.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue