mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
cellSpurs draft added
This commit is contained in:
parent
3a00ec7682
commit
1c302433af
14 changed files with 696 additions and 70 deletions
|
@ -53,6 +53,8 @@ u32 adecOpen(AudioDecoder* data)
|
|||
|
||||
adec.id = adec_id;
|
||||
|
||||
adec.adecCb->SetName("Audio Decoder[" + std::to_string(adec_id) + "] Callback");
|
||||
|
||||
thread t("Audio Decoder[" + std::to_string(adec_id) + "] Thread", [&]()
|
||||
{
|
||||
ConLog.Write("Audio Decoder enter()");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue