mirror of
https://github.com/wiiu-env/wudd.git
synced 2024-11-22 01:49:15 +01:00
Init AX to stop boot sound while running WUDD
This commit is contained in:
parent
60688c0663
commit
0da71f9420
@ -11,6 +11,7 @@
|
||||
#include <mocha/mocha.h>
|
||||
#include <ntfs.h>
|
||||
#include <padscore/kpad.h>
|
||||
#include <sndcore2/core.h>
|
||||
#include <thread>
|
||||
#include <whb/log.h>
|
||||
#include <whb/proc.h>
|
||||
@ -38,6 +39,7 @@ procHomeButtonDeniedCustom(void *context) {
|
||||
int main(int argc, char **argv) {
|
||||
initLogging();
|
||||
DEBUG_FUNCTION_LINE("Hello from wudump!");
|
||||
AXInit();
|
||||
WHBProcInit();
|
||||
WiiUScreen::Init();
|
||||
|
||||
@ -106,6 +108,7 @@ int main(int argc, char **argv) {
|
||||
|
||||
WiiUScreen::DeInit();
|
||||
WHBProcShutdown();
|
||||
AXQuit();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user