mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 08:35:47 +00:00
file_sys: Cleanup to better match Switch file system constructs.
file_sys: Add factory class for RomFS file system.
This commit is contained in:
parent
f3cfe5caac
commit
0446482361
10 changed files with 136 additions and 63 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "core/file_sys/archive_backend.h"
|
||||
#include "core/file_sys/filesystem.h"
|
||||
|
||||
namespace FileSys {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue