xuanyuanyaoming / procfw

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

Vsh menu while viewing pictures #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a picture from XMB picture viewer.
2. Press select.
3. Conflict: by a case you will either open VSH menu or be minimized into XMB, 
that's not good.

What is the expected output? What do you see instead?
Any

What version of the product are you using? On what operating system?
PRO-B6, any nightly build of PRO-B7

Please provide any additional information below.
...

Original issue reported on code.google.com by stepy...@gmail.com on 13 Jun 2011 at 8:52

GoogleCodeExporter commented 9 years ago
i think can be done adding this:

+// Block Satellite Menu while viewing Pictures [RaZeR0k]
+if (sceKernelFindModuleByName("photo_plugin_module"))
+   goto exit;

add this lines to vshmenu.c in line 169

Original comment by rav...@gmail.com on 14 Jun 2011 at 3:59

GoogleCodeExporter commented 9 years ago

Original comment by outma...@gmail.com on 16 Jun 2011 at 1:10