scognito / wiicoverflow

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

Doesn't start at last played game #458

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Start CoverFloader
2.Play a game
3.Turn of wii
4.Start coverFloader

What is the expected output? What do you see instead?
CoverFloader should start at the position of the last played game

What version of the product are you using? On what operating system?
r1060

Original issue reported on code.google.com by PlayNorin@gmail.com on 29 Mar 2010 at 5:59

GoogleCodeExporter commented 9 years ago
...could maybe be because I'm not using the default paths?
Will paste the Directory settings defined in \usb-loader\wiicoverflow.xml
------------------------------
dir_usb_loader="SD:/usb-loader/CF"
dir_codes="SD:/usb-loader/CF/codes"
dir_3dcovers="SD:/usb-loader/CF/3dcovers"
dir_covers="SD:/usb-loader/CF/covers"
dir_disks="SD:/usb-loader/CF/disks"
dir_games="SD:/usb-loader/CF/games"
dir_txtcodes="SD:/usb-loader/CF/txtcodes"
dir_altdol="SD:/usb-loader/altdol"
------------------------
I personly thinks it's the defenition of the "dir_usb_loader" that causes the 
program
to save its state to the coverflow.xml in the usb-loader\CF directory instead. 
There
should be an check at startup that checks if the default value for the
"dir_usb_loader" is changed and then load that instead if that is the caise.

Original comment by PlayNorin@gmail.com on 29 Mar 2010 at 6:09

GoogleCodeExporter commented 9 years ago
You're right, and this issue has already been brought to my attention. The fix 
will be 
to save the config data to the app directory rather than /usb-loader/ so that 
the 
user-defined paths can be honoured correctly. Expect a fix soonish ;)

Original comment by F1SHE4RS@gmail.com on 29 Mar 2010 at 8:04