Editing Patches
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 81: | Line 81: | ||
===vsh.self=== | ===vsh.self=== | ||
====PL3 patch==== | ====PL3 patch==== | ||
:<b>Allow</b>: | :<b>Allow</b>: unsigned apps | ||
<pre> | <pre> | ||
Line 99: | Line 99: | ||
31a7e0: 88 09 00 00 lbz r0,0(r9) | 31a7e0: 88 09 00 00 lbz r0,0(r9) | ||
</pre> | </pre> | ||
<pre> | <pre> | ||
Line 121: | Line 118: | ||
60fef8: 4b ff ff e1 bl 0x60fed8 | 60fef8: 4b ff ff e1 bl 0x60fed8 | ||
</pre> | </pre> | ||
====reActPSN==== | ====reActPSN==== | ||
Line 150: | Line 139: | ||
</pre>(Source : http://pastebin.com/26RHud5Q) | </pre>(Source : http://pastebin.com/26RHud5Q) | ||
====XMB InGame ScreenShot Feature==== | ====XMB InGame ScreenShot Feature==== | ||
Line 243: | Line 233: | ||
<pre> | <pre> | ||
< 000f5a40 39 08 05 48 39 20 00 00 38 60 00 00 4b ff fc 45 | < 000f5a40 39 08 05 48 39 20 00 00 38 60 00 00 4b ff fc 45 | ||
--- | --- | ||
Line 264: | Line 248: | ||
2d5a50: 38 00 00 00 li r0,0 | 2d5a50: 38 00 00 00 li r0,0 | ||
</pre> | </pre> | ||
====wutangrza patch==== | ====wutangrza patch==== | ||
Line 310: | Line 263: | ||
> 00136be0 3a 20 63 6f 72 65 20 63 6f 6e 74 65 78 74 2e 63 |: core context.c| | > 00136be0 3a 20 63 6f 72 65 20 63 6f 6e 74 65 78 74 2e 63 |: core context.c| | ||
</pre> | </pre> | ||
===lv2_kernel.self=== | ===lv2_kernel.self=== | ||
Line 374: | Line 328: | ||
==== kakaroto's sigcheck patch ==== | ==== kakaroto's sigcheck patch ==== | ||
In memory 0x800000000005A2A8 (which corresponds to offset 0x6a2a8 in lv2_kernel.elf) replace : "e9 22 99 90 7c 08 02 a6" | In memory 0x800000000005A2A8 (which corresponds to offset 0x6a2a8 in lv2_kernel.elf) replace : "e9 22 99 90 7c 08 02 a6" | ||
with : "38 60 00 00 4e 80 00 20".<br />(Source: https://twitter.com/KaKaRoToKS/status/260742786972798977 | with : "38 60 00 00 4e 80 00 20".<br />(Source: https://twitter.com/KaKaRoToKS/status/260742786972798977) | ||
== disable epilepsy message == | == disable epilepsy message == | ||
Line 435: | Line 389: | ||
|} | |} | ||
=Enforce gameboot animation= | |||
on higher Firmwares | on higher Firmwares | ||
game_ext_plugin.sprx : | game_ext_plugin.sprx : | ||
Line 443: | Line 397: | ||
2F 89 00 00 7B C3 00 20 -> 2F 89 00 00 38 60 00 02 + add gameboot_multi + gameboot_stereo | 2F 89 00 00 7B C3 00 20 -> 2F 89 00 00 38 60 00 02 + add gameboot_multi + gameboot_stereo | ||
=Main XMB icons removal= | |||
Extract the contents of: '''[[xmb_plugin_normal]].rco''' | Extract the contents of: '''[[xmb_plugin_normal]].rco''' | ||
*In the .xml file that represents the .rco structure (aka [[RCOXML | *In the .xml file that represents the .rco structure (aka [[RCOXML Structure | RCOXML]]) | ||
**Locate the tag '''XMenu''', is composed by a long list of attributes, locate the attribute '''menus="0xa"''', it defines the number of columns in main XMB (there are 10 main icons for 10 columns in [[XMB]]) | **Locate the tag '''XMenu''', is composed by a long list of attributes, locate the attribute '''menus="0xa"''', it defines the number of columns in main XMB (there are 10 main icons for 10 columns in [[XMB]]) | ||
***Replace the value of '''menus="0xa"''' by the number of main icons you want in XMB (this number depends of how many you are going to remove) | ***Replace the value of '''menus="0xa"''' by the number of main icons you want in XMB (this number depends of how many you are going to remove) | ||
Line 461: | Line 408: | ||
Sample for 4.70 firmware ---> https://www.sendspace.com/file/0libpe | Sample for 4.70 firmware ---> https://www.sendspace.com/file/0libpe | ||
*[[Rcomage]] usage notes: | |||
**dump resources raw, without conversion (unmark all the checkboxes) | |||
**compile using zlib header compression (mark the zlib checkbox) | |||
** | |||
* | |||
* | |||
{{ | {{System Firmware}}<noinclude>[[Category:Main]]</noinclude> | ||
<noinclude>[[Category:Main]]</noinclude> |