Fixed custom background not showing bug
This commit is contained in:
parent
28ad0a78c4
commit
74e1dfa066
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue