aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/csnd_snd.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-10-28 15:19:13 -0400
committerbunnei <bunneidev@gmail.com>2015-10-28 15:19:13 -0400
commit7c12ee9ecc9ccfc6ab051cebfb7d238acc867de3 (patch)
tree30fa03cbe8b913c2102ff183e3f706a14f470227 /src/core/hle/service/csnd_snd.h
parentaf26b7a0bcb2058c861a0ea5ce9f9762d2ffa231 (diff)
parent3d89e0a94cd78c63d12c8b41d68645067cf5adf3 (diff)
Merge pull request #1165 from esoteric-programmer/master
Added CSND_ExecuteType0Commands stub.
Diffstat (limited to 'src/core/hle/service/csnd_snd.h')
-rw-r--r--src/core/hle/service/csnd_snd.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/core/hle/service/csnd_snd.h b/src/core/hle/service/csnd_snd.h
index a84752473..e861f3327 100644
--- a/src/core/hle/service/csnd_snd.h
+++ b/src/core/hle/service/csnd_snd.h
@@ -20,4 +20,17 @@ public:
}
};
+struct Type0Command {
+ // command id and next command offset
+ u32 command_id;
+ u32 finished;
+ u32 flags;
+ u8 parameters[20];
+};
+
+void Initialize(Service::Interface* self);
+void ExecuteType0Commands(Service::Interface* self);
+void AcquireSoundChannels(Service::Interface* self);
+void Shutdown(Service::Interface* self);
+
} // namespace