mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-04 05:35:25 +01: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
1c06c918af
commit
00851a5ef4
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