mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 09:42:41 +00:00
csnd:SND reformat source code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user