From 74e1dfa066f97d1744cad1ea076f3f10f5262395 Mon Sep 17 00:00:00 2001 From: hungyip Date: Mon, 4 May 2009 05:37:10 +0000 Subject: [PATCH] Fixed custom background not showing bug --- source/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/main.cpp b/source/main.cpp index c26614a7..c3c171cb 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -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);