Im uploading it again
FILE:
https://www.sendspace.com/file/b9w9er
Study the files inside the .zip, everyone of them is one step of the process i followed to patch it, you need to do this:
step 1) icons.qrc
This is the official file from firmware 4.10 up to 4.85, with MD5: 97342FFE4E3B427E9C2133C1BB6A3BB4
step 2) icons.qrc.cropout
Here i deleted the first 8 bytes (keep a record of them somewhere else, because is needed to restore them at the end, in step 6
step 3) icons.qrc.cropout.zlibout
This is the decompressed file, use this tool
https://www.psx-place.com/resources/zlib-gui.716/
step 4) icons.qrc.cropout.zlibout.patch
Now you can open it in a hexeditor and patch it, the patches i applyed in this version are
Code:
Remap "lib/icons/icons_cheap_ss_no_shad.fpo" to "lib/icons/icons_cheap_ss.fpo"
SEARCH: 0000AB5000001880
REPLACE: 0000914000001A10
Remap "lib/icons/icons_full_ss_no_shad.fpo" to "lib/icons/icons_full_ss.fpo"
SEARCH: 00010EE000004360
REPLACE: 0000C3D000004B10
Remap "lib/icons/icons_no_ss_no_shad.fpo" to "lib/icons/icons_no_ss.fpo"
SEARCH: 000168D000001530
REPLACE: 0001524000001690
But you can redirect that same files in different ways... the search/replace patterns i posted above belongs to them, and thats the only thing needed to patch
What you want to do is diferent though... you want to disable the shaders... so i guess is the other way around
For an overview of the file contents of icons.qrc (to try to imagine which files can be remapped to others) take a look at this list in wiki
https://www.psdevwiki.com/ps3/Icons.qrc#File_list
step 5) icons.qrc.cropout.zlibout.patch.zlibin
Now we need to restore it back to the original format, so here im compressing it to zlib, remember with this nice tool
https://www.psx-place.com/resources/zlib-gui.716/
step 6) icons.qrc.cropout.zlibout.patch.zlibin.cropin
And finally, here im restoring the 8 bytes at beginning that i deleted in step 2. This bytes indicates the size of the file... but we have not changed the size of it... so we need to restore this 8 bytes identical to the originals