mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-12-19 00:11:55 +01:00
Fixed custom background not showing bug
This commit is contained in:
parent
28ad0a78c4
commit
74e1dfa066
@ -129,6 +129,9 @@ main(int argc, char *argv[])
|
|||||||
SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0);
|
SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
__io_wiisd.startup();
|
||||||
|
fatMountSimple("SD", &__io_wiisd);
|
||||||
|
|
||||||
Sys_Init();
|
Sys_Init();
|
||||||
//Video_SetMode();
|
//Video_SetMode();
|
||||||
//Con_Init(CONSOLE_XCOORD, CONSOLE_YCOORD, CONSOLE_WIDTH, CONSOLE_HEIGHT);
|
//Con_Init(CONSOLE_XCOORD, CONSOLE_YCOORD, CONSOLE_WIDTH, CONSOLE_HEIGHT);
|
||||||
|
Loading…
Reference in New Issue
Block a user