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

@ -22,7 +22,7 @@
#include "core/hle/service/cam/cam.h"
#include "core/hle/service/cecd/cecd.h"
#include "core/hle/service/cfg/cfg.h"
#include "core/hle/service/csnd_snd.h"
#include "core/hle/service/csnd/csnd_snd.h"
#include "core/hle/service/dlp/dlp.h"
#include "core/hle/service/dsp/dsp_dsp.h"
#include "core/hle/service/err_f.h"