Closed GoogleCodeExporter closed 8 years ago
tested on r254 ios 249 rev19,base ios38 same issue! always defaults to Hdd
partition and not saving covers/to SD card.
Original comment by patchmob...@gmail.com
on 12 Dec 2010 at 5:46
doing some research in r134 FAT1 was made default on first boot instead of
WBFS1 to help in initial HDD maby this is my problem!!!!!!!!!!!
can we have an ini in the apps boot.dol folder to change this back to wbfs1 or
2 or whatever. Thanx Guys!!!
Original comment by patchmob...@gmail.com
on 12 Dec 2010 at 5:58
m_btnMgr.setText(m_config5LblPartition, m_cfg.getString("GENERAL", "partition", "WBFS1"));
got changed to ===========================================================
m_btnMgr.setText(m_config5LblPartition, m_cfg.getString("GENERAL", "partition",
"FAT1"));
Original comment by patchmob...@gmail.com
on 12 Dec 2010 at 6:06
This is by design. Wiiflow always install covers and settings to the first
writable partition it can find. You can change this behaviour by doing two
things:
1. Have the boot.dol in sd:/apps/wiiflow/boot.dol
2. Have a wiiflow.ini in sd:/apps/wiiflow/wiiflow.ini, and set the line
data_on_usb=no
Original comment by r-...@live.com
on 18 Dec 2010 at 12:30
Original issue reported on code.google.com by
patchmob...@gmail.com
on 12 Dec 2010 at 5:14