cellSpurs draft added

This commit is contained in:
Nekotekina 2014-03-08 01:31:08 +04:00
parent 3a00ec7682
commit 1c302433af
14 changed files with 696 additions and 70 deletions

View file

@ -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()");