mirror of
https://github.com/wiiu-env/homebrew_launcher.git
synced 2025-02-21 14:47:09 +01:00
sound clicking fix for firmware 3.x.x (thanks to FIX94)
This commit is contained in:
parent
9174e3c7b3
commit
91a3d11e47
@ -36,7 +36,7 @@
|
|||||||
SoundHandler * SoundHandler::handlerInstance = NULL;
|
SoundHandler * SoundHandler::handlerInstance = NULL;
|
||||||
|
|
||||||
SoundHandler::SoundHandler()
|
SoundHandler::SoundHandler()
|
||||||
: CThread(CThread::eAttributeAffCore1 | CThread::eAttributePinnedAff, 0, 0x8000)
|
: CThread(CThread::eAttributeAffCore0 | CThread::eAttributePinnedAff, 0, 0x8000)
|
||||||
{
|
{
|
||||||
Decoding = false;
|
Decoding = false;
|
||||||
ExitRequested = false;
|
ExitRequested = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user