There was an error fetching the commit references. Please try again later.
CFG: Create a new subfolder cfg inside service to handle cfg
Moved most of the shared CFG code there, implemented a few CFG:I functions
Showing
- src/core/CMakeLists.txt 6 additions, 4 deletionssrc/core/CMakeLists.txt
- src/core/file_sys/disk_archive.h 1 addition, 0 deletionssrc/core/file_sys/disk_archive.h
- src/core/hle/hle.cpp 3 additions, 0 deletionssrc/core/hle/hle.cpp
- src/core/hle/service/cfg/cfg.cpp 204 additions, 0 deletionssrc/core/hle/service/cfg/cfg.cpp
- src/core/hle/service/cfg/cfg.h 144 additions, 0 deletionssrc/core/hle/service/cfg/cfg.h
- src/core/hle/service/cfg/cfg_i.cpp 63 additions, 9 deletionssrc/core/hle/service/cfg/cfg_i.cpp
- src/core/hle/service/cfg/cfg_i.h 0 additions, 0 deletionssrc/core/hle/service/cfg/cfg_i.h
- src/core/hle/service/cfg/cfg_u.cpp 194 additions, 0 deletionssrc/core/hle/service/cfg/cfg_u.cpp
- src/core/hle/service/cfg/cfg_u.h 0 additions, 0 deletionssrc/core/hle/service/cfg/cfg_u.h
- src/core/hle/service/service.cpp 2 additions, 2 deletionssrc/core/hle/service/service.cpp
src/core/hle/service/cfg/cfg.cpp
0 → 100644
src/core/hle/service/cfg/cfg.h
0 → 100644
File moved
File moved
Please register or sign in to comment