mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
cellAudio: silence cellAudioSendAck and add pseudo code for it
This commit is contained in:
parent
69ecf8aea7
commit
55d6ee65ae
2 changed files with 42 additions and 4 deletions
|
@ -390,12 +390,14 @@ public:
|
|||
u32 key_count = 0;
|
||||
u8 event_period = 0;
|
||||
std::array<u64, MAX_AUDIO_EVENT_QUEUES> event_sources{};
|
||||
std::array<u64, MAX_AUDIO_EVENT_QUEUES> event_data3{};
|
||||
|
||||
struct key_info
|
||||
{
|
||||
u8 start_period = 0; // Starting event_period
|
||||
u32 flags = 0; // iFlags
|
||||
u64 source = 0; // Event source
|
||||
u64 ack_timestamp = 0; // timestamp of last call of cellAudioSendAck
|
||||
std::shared_ptr<lv2_event_queue> port{}; // Underlying event port
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue