service/dsp: Migrate to ServiceFramework (#3915)
* service/dsp: Migrate to ServiceFramework * service/dsp: Removed redundant buffer copy * service/dsp: Addressed comment about pushing u32 instead of bool * service/dsp: Fix clang format * service/dsp: Addressed comment about minimizing global state * service/dsp: Addressed comments and fixed log call issue * service/dsp: Fix missed clang format
This commit is contained in:
parent
331c6f4d38
commit
c39daa3c01
7 changed files with 689 additions and 655 deletions
|
@ -224,8 +224,8 @@ add_library(core STATIC
|
|||
hle/service/dlp/dlp_fkcl.h
|
||||
hle/service/dlp/dlp_srvr.cpp
|
||||
hle/service/dlp/dlp_srvr.h
|
||||
hle/service/dsp_dsp.cpp
|
||||
hle/service/dsp_dsp.h
|
||||
hle/service/dsp/dsp_dsp.cpp
|
||||
hle/service/dsp/dsp_dsp.h
|
||||
hle/service/err_f.cpp
|
||||
hle/service/err_f.h
|
||||
hle/service/frd/frd.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue