revert change of sound core as that causes other issues for 3.x.x

This commit is contained in:
dimok789 2016-04-28 23:19:04 +02:00
parent 91a3d11e47
commit 3512990457
3 changed files with 1 additions and 1 deletions

View File

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

Binary file not shown.

Binary file not shown.