Added CSND stub.

This commit is contained in:
Matthias Ernst
2015-10-27 22:40:34 +01:00
parent f7b4f44adf
commit 3d89e0a94c
2 changed files with 66 additions and 4 deletions

View File

@ -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