summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/csnd_snd.h
diff options
context:
space:
mode:
authorMatthias Ernst <info@matthias-ernst.eu>2015-10-27 22:40:34 +0100
committerMatthias Ernst <info@matthias-ernst.eu>2015-10-28 19:04:01 +0100
commit3d89e0a94cd78c63d12c8b41d68645067cf5adf3 (patch)
tree5f0f3a688b83229220a66c1a32fd20dfb3e1e625 /src/core/hle/service/csnd_snd.h
parentMerge pull request #1097 from yuriks/cfg-blocks (diff)
downloadyuzu-3d89e0a94cd78c63d12c8b41d68645067cf5adf3.tar
yuzu-3d89e0a94cd78c63d12c8b41d68645067cf5adf3.tar.gz
yuzu-3d89e0a94cd78c63d12c8b41d68645067cf5adf3.tar.bz2
yuzu-3d89e0a94cd78c63d12c8b41d68645067cf5adf3.tar.lz
yuzu-3d89e0a94cd78c63d12c8b41d68645067cf5adf3.tar.xz
yuzu-3d89e0a94cd78c63d12c8b41d68645067cf5adf3.tar.zst
yuzu-3d89e0a94cd78c63d12c8b41d68645067cf5adf3.zip
Diffstat (limited to '')
-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