thewanderer8891 / procfw

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

6.60 Bug in menu with "O" #276

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi!

PSP 3004 Pearl White
System: 6.60 PRO B9

I found a bug!

When I click "Start," select "Recovery Menu" and I click "about" recovery menu, 
and so it starts.
The same is true of "shutdown device" and the rest of the option in menu!

Original issue reported on code.google.com by M.Kuchar...@gmail.com on 6 Sep 2011 at 5:01

GoogleCodeExporter commented 8 years ago
@op

Sorry but are you saying that "O" is also the confirm button in satelite and 
recovery?

Recovery.prx checks for the system confirm button.
Satelite.prx still does not I think...

And the reason can be found on menu.c in Satelite folder, line 313 at function 
"int menu_ctrl()"(line 290).

In the Recovery Menu it does this:
void get_confirm_button(void)  
{  int result = 0;    sceUtilityGetSystemParamInt(9, &result);    if (result == 
0) { // Circle?  g_ctrl_OK = PSP_CTRL_CIRCLE;  g_ctrl_CANCEL = PSP_CTRL_CROSS;  
} else {  g_ctrl_OK = PSP_CTRL_CROSS;  g_ctrl_CANCEL = PSP_CTRL_CIRCLE;  }  }  

Original comment by s7a71cv0...@gmail.com on 6 Sep 2011 at 10:26

GoogleCodeExporter commented 8 years ago
It's not a bug. It's a feature.

Original comment by outma...@gmail.com on 7 Sep 2011 at 1:07

GoogleCodeExporter commented 8 years ago

Original comment by outma...@gmail.com on 7 Sep 2011 at 1:08

GoogleCodeExporter commented 8 years ago
In my opinion:
Circle - exit
Cross - accept

Sory for my bad english.

Original comment by M.Kuchar...@gmail.com on 7 Sep 2011 at 4:59

GoogleCodeExporter commented 8 years ago
@4

well if you want just grab pro's source and modify it to suit your needs.
That's what I did with my clone.

also for the satelite.prx src,in menu.c line:313 comment that out and it should 
disable the Circle button.

Like VF wrote it's a feature not a bug... :)

Original comment by s7a71cv0...@gmail.com on 7 Sep 2011 at 8:04

GoogleCodeExporter commented 8 years ago
No thanks! I prefer to use the original PRO B9. I do not want to spoil anything 
XD. It was just my suggestion.

Original comment by M.Kuchar...@gmail.com on 7 Sep 2011 at 1:10