service/csnd: Moved into csnd folder and stubbed a few functions (#4006)

* service/csnd: Moved into csnd folder and stubbed a few functions

* service/csnd: Addresed comment about missing rb.Skip
This commit is contained in:
NarcolepticK 2018-07-27 04:25:20 -04:00 committed by Weiyi Wang
parent 719bec84cd
commit 5a4ed10982
4 changed files with 127 additions and 36 deletions

View file

@ -218,8 +218,8 @@ add_library(core STATIC
hle/service/cfg/cfg_s.h
hle/service/cfg/cfg_u.cpp
hle/service/cfg/cfg_u.h
hle/service/csnd_snd.cpp
hle/service/csnd_snd.h
hle/service/csnd/csnd_snd.cpp
hle/service/csnd/csnd_snd.h
hle/service/dlp/dlp.cpp
hle/service/dlp/dlp.h
hle/service/dlp/dlp_clnt.cpp