I've looked at main() closely and i think, there are some redundant calls.
We call:
init_usbfs() // which has
- Sys_init();
- Fat_MountSDHC();
- Disc_Init();
After this we call:
Sys_init();
Subsystem_Init() // which has
- Wpad_Init();
- Fat_MountSDHC();
After this we call:
initWBFS(); // which has
- Wpad_Init();
and after this we call:
PAD_Init();
Wpad_Init();
Could someone clean this, please? And i want to have a call of
Fat_MountSDHC() as early as possible for my localization, please.
Original issue reported on code.google.com by LoudBob11@googlemail.com on 12 Jun 2009 at 3:21
Original issue reported on code.google.com by
LoudBob11@googlemail.com
on 12 Jun 2009 at 3:21