1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-08-13 07:06:50 +00:00

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

* 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
src/core/hle/service

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"