diff --git a/src/sounds/SoundHandler.cpp b/src/sounds/SoundHandler.cpp index ac31e88..68f9dd5 100644 --- a/src/sounds/SoundHandler.cpp +++ b/src/sounds/SoundHandler.cpp @@ -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; diff --git a/www/homebrew_launcher/code300.bin b/www/homebrew_launcher/code300.bin new file mode 100644 index 0000000..1f9e3d2 Binary files /dev/null and b/www/homebrew_launcher/code300.bin differ diff --git a/www/homebrew_launcher/code310.bin b/www/homebrew_launcher/code310.bin new file mode 100644 index 0000000..252fb14 Binary files /dev/null and b/www/homebrew_launcher/code310.bin differ