mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
Add CSND::AcquireSoundChannels
This commit is contained in:
parent
db50054128
commit
8ac22e35e9
2 changed files with 14 additions and 0 deletions
|
@ -19,6 +19,7 @@ class CSNDService {
|
|||
std::optional<Handle> csndMutex = std::nullopt;
|
||||
|
||||
// Service functions
|
||||
void acquireSoundChannels(u32 messagePointer);
|
||||
void initialize(u32 messagePointer);
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue