forked from eden-emu/eden
Added CSND stub.
This commit is contained in:
parent
f7b4f44adf
commit
3d89e0a94c
2 changed files with 66 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue