fs/archive: move file and directory classes to their own files
This commit is contained in:
parent
b163502744
commit
7678327bf2
7 changed files with 431 additions and 398 deletions
|
@ -247,6 +247,10 @@ add_library(core STATIC
|
|||
hle/service/frd/frd_u.h
|
||||
hle/service/fs/archive.cpp
|
||||
hle/service/fs/archive.h
|
||||
hle/service/fs/directory.cpp
|
||||
hle/service/fs/directory.h
|
||||
hle/service/fs/file.cpp
|
||||
hle/service/fs/file.h
|
||||
hle/service/fs/fs_user.cpp
|
||||
hle/service/fs/fs_user.h
|
||||
hle/service/gsp/gsp.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue