Skip to content

Commit

Permalink
sound clicking fix for firmware 3.x.x (thanks to FIX94)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimok789 committed Apr 28, 2016
1 parent 9174e3c commit 91a3d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sounds/SoundHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 91a3d11

Please sign in to comment.