todomodo777 / wiiflow

Automatically exported from code.google.com/p/wiiflow
0 stars 0 forks source link

Loadin games and channels are slow when starting wiiflow from USB (FAT32) instead of the SD #271

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
After studying the code, the common thing that was done before launching (game 
or channel) is storing the the configuration (m_cfg.save()).

The delay in loading games and channels was only when you load wiiflow from the 
USB drive. When using the SD for the wiiflow to there was no delay!

For test i removed the m_cfg.save() in Launch and Launchchannel and tried it 
again from USB.

Loading of games and channels if now fast! Saving to usb is perhaps to slow or 
it contains a bug for when storing on USB

Could you or miigotu have a look at it? 

Original issue reported on code.google.com by dure...@gmail.com on 2 Aug 2010 at 8:18

GoogleCodeExporter commented 8 years ago
This seems to only happen to you so I am assuming this is due to your drive 
having issues responding quickly to wiiflow.

Original comment by Miigotu on 5 Aug 2010 at 10:34

GoogleCodeExporter commented 8 years ago
I think most people use the app directory on the SD card, so not many will have 
this problem. The disk i used for testing has alot games on it +/- 250, so this 
could also be a problem. The disk is fast enough (Dit some testing with PC)

Original comment by dure...@gmail.com on 5 Aug 2010 at 7:14

GoogleCodeExporter commented 8 years ago
i dont use an sd at all ^

Original comment by Miigotu on 7 Aug 2010 at 11:36

GoogleCodeExporter commented 8 years ago
you drive just has a slow initial access.  this will not be changed.

Original comment by Miigotu on 16 Aug 2010 at 2:01