mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-28 14:23:18 +00:00
file_system reorganized (dummy)
This commit is contained in:
parent
6f941c277a
commit
cfdc45dfcb
8 changed files with 49 additions and 51 deletions
|
@ -43,10 +43,10 @@ set(SYSTEMSERVICE_SOURCES src/Emulator/HLE/Libraries/LibSystemService/system_ser
|
|||
src/Emulator/HLE/Libraries/LibSystemService/system_service.h
|
||||
)
|
||||
|
||||
set(FILESYSTEM_SOURCES src/Emulator/HLE/Libraries/LibKernel/FileSystem/file_system.cpp
|
||||
src/Emulator/HLE/Libraries/LibKernel/FileSystem/file_system.h
|
||||
src/Emulator/HLE/Libraries/LibKernel/FileSystem/posix_file_system.cpp
|
||||
src/Emulator/HLE/Libraries/LibKernel/FileSystem/posix_file_system.h
|
||||
set(FILESYSTEM_SOURCES "src/Core/hle/libraries/libkernel/file_system.cpp"
|
||||
"src/Core/hle/libraries/libkernel/file_system.h"
|
||||
|
||||
|
||||
)
|
||||
|
||||
set(HOST_SOURCES src/Emulator/Host/controller.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue