sound clicking fix for firmware 3.x.x (thanks to FIX94)

This commit is contained in:
dimok789 2016-04-28 22:26:03 +02:00
parent 9174e3c7b3
commit 91a3d11e47

View File

@ -36,7 +36,7 @@
SoundHandler * SoundHandler::handlerInstance = NULL;
SoundHandler::SoundHandler()
: CThread(CThread::eAttributeAffCore1 | CThread::eAttributePinnedAff, 0, 0x8000)
: CThread(CThread::eAttributeAffCore0 | CThread::eAttributePinnedAff, 0, 0x8000)
{
Decoding = false;
ExitRequested = false;