mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 20:57:50 +00:00
filesystem: Implement basic IStorage functionality.
This commit is contained in:
parent
0446482361
commit
b609697364
6 changed files with 258 additions and 0 deletions
|
@ -97,6 +97,10 @@ add_library(core STATIC
|
|||
hle/service/audio/audio.h
|
||||
hle/service/audio/audout_u.cpp
|
||||
hle/service/audio/audout_u.h
|
||||
hle/service/filesystem/filesystem.cpp
|
||||
hle/service/filesystem/filesystem.h
|
||||
hle/service/filesystem/fsp_srv.cpp
|
||||
hle/service/filesystem/fsp_srv.h
|
||||
hle/service/hid/hid.cpp
|
||||
hle/service/hid/hid.h
|
||||
hle/service/lm/lm.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue