mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-17 16:59:17 +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);
|
||||
}
|
||||
|
||||
__io_wiisd.startup();
|
||||
fatMountSimple("SD", &__io_wiisd);
|
||||
|
||||
Sys_Init();
|
||||
//Video_SetMode();
|
||||
//Con_Init(CONSOLE_XCOORD, CONSOLE_YCOORD, CONSOLE_WIDTH, CONSOLE_HEIGHT);
|
||||
|
Loading…
Reference in New Issue
Block a user