mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 05:07:55 +00:00
RomFS Extraction
This commit is contained in:
parent
8f135398fe
commit
2e4c791f79
12 changed files with 351 additions and 20 deletions
|
@ -23,6 +23,8 @@ add_library(core STATIC
|
|||
file_sys/partition_filesystem.h
|
||||
file_sys/program_metadata.cpp
|
||||
file_sys/program_metadata.h
|
||||
file_sys/romfs.cpp
|
||||
file_sys/romfs.h
|
||||
file_sys/romfs_factory.cpp
|
||||
file_sys/romfs_factory.h
|
||||
file_sys/savedata_factory.cpp
|
||||
|
@ -35,6 +37,8 @@ add_library(core STATIC
|
|||
file_sys/vfs_offset.h
|
||||
file_sys/vfs_real.cpp
|
||||
file_sys/vfs_real.h
|
||||
file_sys/vfs_vector.cpp
|
||||
file_sys/vfs_vector.h
|
||||
frontend/emu_window.cpp
|
||||
frontend/emu_window.h
|
||||
frontend/framebuffer_layout.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue