Richter64 / usbloader-gui

Automatically exported from code.google.com/p/usbloader-gui
0 stars 0 forks source link

Games disappear after leaving settings menu when go back is pressed. #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enter the settings menu
2. Change something
3. press the go back button (not B)

What is the expected output? What do you see instead?
A lot of the time the gamelist will not show and you would have to go back
into the settings and exit with the B button

What version of the product are you using? On what operating system?
I used rev 164

Please provide any additional information below.
This problem has not ocurred when exiting the settings page with the B
button only when "go back" is clicked and may not happen every time

Original issue reported on code.google.com by shaneste...@gmail.com on 26 Apr 2009 at 3:28

GoogleCodeExporter commented 9 years ago
I didnt have this problem at all. If you look into the code this shouldnt be
happening. I would recommend you go to menu.cpp and try changing:

if(backBtn.GetState() == STATE_CLICKED)
        {
            menu = MENU_DISCLIST;
            break;
        }

into:

if(backBtn.GetState() == STATE_CLICKED)
        {
            menu = MENU_CHECK;
            break;
        }

If this doesnt help your problem cant be solved and seems to be a hardware 
problem
with you hdd.

Original comment by dimok...@hotmail.de on 28 Apr 2009 at 3:13

GoogleCodeExporter commented 9 years ago

Original comment by thedarkn...@googlemail.com on 11 May 2009 at 11:16