summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/csnd_snd.h
diff options
context:
space:
mode:
authormailwl <mailwl@gmail.com>2016-12-08 10:11:54 +0100
committermailwl <mailwl@gmail.com>2016-12-12 19:19:36 +0100
commit1238e48c588a87ff3934e1b39d6a1301541ab617 (patch)
tree44353be9a79f57952c192e72a14f8be9c634c4d9 /src/core/hle/service/csnd_snd.h
parentMerge pull request #2275 from jbeich/pthread (diff)
downloadyuzu-1238e48c588a87ff3934e1b39d6a1301541ab617.tar
yuzu-1238e48c588a87ff3934e1b39d6a1301541ab617.tar.gz
yuzu-1238e48c588a87ff3934e1b39d6a1301541ab617.tar.bz2
yuzu-1238e48c588a87ff3934e1b39d6a1301541ab617.tar.lz
yuzu-1238e48c588a87ff3934e1b39d6a1301541ab617.tar.xz
yuzu-1238e48c588a87ff3934e1b39d6a1301541ab617.tar.zst
yuzu-1238e48c588a87ff3934e1b39d6a1301541ab617.zip
Diffstat (limited to 'src/core/hle/service/csnd_snd.h')
-rw-r--r--src/core/hle/service/csnd_snd.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/core/hle/service/csnd_snd.h b/src/core/hle/service/csnd_snd.h
index c8d83fa7d..ca6d4513e 100644
--- a/src/core/hle/service/csnd_snd.h
+++ b/src/core/hle/service/csnd_snd.h
@@ -18,18 +18,5 @@ public:
}
};
-struct Type0Command {
- // command id and next command offset
- u32 command_id;
- u32 finished;
- u32 flags;
- u8 parameters[20];
-};
-
-void Initialize(Interface* self);
-void ExecuteType0Commands(Interface* self);
-void AcquireSoundChannels(Interface* self);
-void Shutdown(Interface* self);
-
} // namespace CSND
} // namespace Service