mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
cellAudio: weak_ptr -> shared_ptr
This commit is contained in:
parent
94e2f464e3
commit
a992a5fba9
2 changed files with 5 additions and 7 deletions
|
@ -383,7 +383,7 @@ public:
|
|||
u8 start_period; // Starting event_period
|
||||
u32 flags; // iFlags
|
||||
u64 source; // Event source
|
||||
std::weak_ptr<lv2_event_queue> port; // Underlying event port
|
||||
std::shared_ptr<lv2_event_queue> port; // Underlying event port
|
||||
};
|
||||
|
||||
std::vector<key_info> keys;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue