mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 21:08:00 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user