mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 08:07:59 -05:00
Added CSND stub.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user