aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/csnd_snd.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-12-22 00:47:50 -0500
committerGitHub <noreply@github.com>2016-12-22 00:47:50 -0500
commit17d740299a670cb5d39aae70e6617e52560e6dea (patch)
treeb73102bda92d03b80f1af672ad66951410314779 /src/core/hle/service/csnd_snd.h
parent7623957f804ee0f454d8af3c0be74f6da65f7b05 (diff)
parent1238e48c588a87ff3934e1b39d6a1301541ab617 (diff)
Merge pull request #2285 from mailwl/csnd-format
csnd:SND: Reformat source code
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