mirror of
https://github.com/wiiu-env/homebrew_launcher.git
synced 2024-11-27 23:24:16 +01:00
revert change of sound core as that causes other issues for 3.x.x
This commit is contained in:
parent
91a3d11e47
commit
3512990457
@ -36,7 +36,7 @@
|
|||||||
SoundHandler * SoundHandler::handlerInstance = NULL;
|
SoundHandler * SoundHandler::handlerInstance = NULL;
|
||||||
|
|
||||||
SoundHandler::SoundHandler()
|
SoundHandler::SoundHandler()
|
||||||
: CThread(CThread::eAttributeAffCore0 | CThread::eAttributePinnedAff, 0, 0x8000)
|
: CThread(CThread::eAttributeAffCore1 | CThread::eAttributePinnedAff, 0, 0x8000)
|
||||||
{
|
{
|
||||||
Decoding = false;
|
Decoding = false;
|
||||||
ExitRequested = false;
|
ExitRequested = false;
|
||||||
|
BIN
www/homebrew_launcher/code300.bin
Normal file
BIN
www/homebrew_launcher/code300.bin
Normal file
Binary file not shown.
BIN
www/homebrew_launcher/code310.bin
Normal file
BIN
www/homebrew_launcher/code310.bin
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user