summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/csnd_snd.cpp
diff options
context:
space:
mode:
authorpurpasmart96 <kanzoconfigz@hotmail.com>2015-01-02 01:58:27 +0100
committerpurpasmart96 <kanzoconfigz@hotmail.com>2015-01-06 01:07:15 +0100
commit379b39e58395187fb0806e05bfaa29a9879428c4 (patch)
tree57f07b6d66061700281c16c7041d5cdc678b79af /src/core/hle/service/csnd_snd.cpp
parentMerge pull request #265 from Subv/socu (diff)
downloadyuzu-379b39e58395187fb0806e05bfaa29a9879428c4.tar
yuzu-379b39e58395187fb0806e05bfaa29a9879428c4.tar.gz
yuzu-379b39e58395187fb0806e05bfaa29a9879428c4.tar.bz2
yuzu-379b39e58395187fb0806e05bfaa29a9879428c4.tar.lz
yuzu-379b39e58395187fb0806e05bfaa29a9879428c4.tar.xz
yuzu-379b39e58395187fb0806e05bfaa29a9879428c4.tar.zst
yuzu-379b39e58395187fb0806e05bfaa29a9879428c4.zip
Diffstat (limited to 'src/core/hle/service/csnd_snd.cpp')
-rw-r--r--src/core/hle/service/csnd_snd.cpp13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/core/hle/service/csnd_snd.cpp b/src/core/hle/service/csnd_snd.cpp
index aef8cfbca..3a557efe1 100644
--- a/src/core/hle/service/csnd_snd.cpp
+++ b/src/core/hle/service/csnd_snd.cpp
@@ -14,16 +14,15 @@ namespace CSND_SND {
const Interface::FunctionInfo FunctionTable[] = {
{0x00010140, nullptr, "Initialize"},
{0x00020000, nullptr, "Shutdown"},
- {0x00030040, nullptr, "Unknown"},
- {0x00040080, nullptr, "Unknown"},
- {0x00050000, nullptr, "Unknown"},
- {0x00060000, nullptr, "Unknown"},
- {0x00070000, nullptr, "Unknown"},
- {0x00080040, nullptr, "Unknown"},
+ {0x00030040, nullptr, "ExecuteType0Commands"},
+ {0x00040080, nullptr, "ExecuteType1Commands"},
+ {0x00050000, nullptr, "AcquireSoundChannels"},
+ {0x00060000, nullptr, "ReleaseSoundChannels"},
+ {0x00070000, nullptr, "AcquireCaptureDevice"},
+ {0x00080040, nullptr, "ReleaseCaptureDevice"},
{0x00090082, nullptr, "FlushDCache"},
{0x000A0082, nullptr, "StoreDCache"},
{0x000B0082, nullptr, "InvalidateDCache"},
- {0x000C0000, nullptr, "Unknown"},
};
////////////////////////////////////////////////////////////////////////////////////////////////////