Skip to content

Commit

Permalink
revert change of sound core as that causes other issues for 3.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dimok789 committed Apr 28, 2016
1 parent 91a3d11 commit 3512990
Show file tree
Hide file tree
Showing 3 changed files 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::eAttributeAffCore0 | CThread::eAttributePinnedAff, 0, 0x8000)
: CThread(CThread::eAttributeAffCore1 | CThread::eAttributePinnedAff, 0, 0x8000)
{
Decoding = false;
ExitRequested = false;
Expand Down
Binary file added www/homebrew_launcher/code300.bin
Binary file not shown.
Binary file added www/homebrew_launcher/code310.bin
Binary file not shown.

0 comments on commit 3512990

Please sign in to comment.