service: Add other DLP services
Specifically, dlp::CLNT and dlp::FKCL Moves them to their own folder like with other services.
This commit is contained in:
parent
8df4283b19
commit
64b6a7c006
10 changed files with 150 additions and 23 deletions
|
@ -70,7 +70,10 @@ set(SRCS
|
|||
hle/service/cfg/cfg_s.cpp
|
||||
hle/service/cfg/cfg_u.cpp
|
||||
hle/service/csnd_snd.cpp
|
||||
hle/service/dlp_srvr.cpp
|
||||
hle/service/dlp/dlp.cpp
|
||||
hle/service/dlp/dlp_clnt.cpp
|
||||
hle/service/dlp/dlp_fkcl.cpp
|
||||
hle/service/dlp/dlp_srvr.cpp
|
||||
hle/service/dsp_dsp.cpp
|
||||
hle/service/err_f.cpp
|
||||
hle/service/frd/frd.cpp
|
||||
|
@ -206,7 +209,10 @@ set(HEADERS
|
|||
hle/service/cfg/cfg_s.h
|
||||
hle/service/cfg/cfg_u.h
|
||||
hle/service/csnd_snd.h
|
||||
hle/service/dlp_srvr.h
|
||||
hle/service/dlp/dlp.h
|
||||
hle/service/dlp/dlp_clnt.h
|
||||
hle/service/dlp/dlp_fkcl.h
|
||||
hle/service/dlp/dlp_srvr.h
|
||||
hle/service/dsp_dsp.h
|
||||
hle/service/err_f.h
|
||||
hle/service/frd/frd.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue