Judgement
60 FPS Unlock (CUSA13197)
Author: illusion
In file eboot.bin
All version uses disc executable.
Code (Click to Expand)
48 89 7C 24 18 74 2A 89 9F D8 01 00 00
48 89 7C 24 18 75 2A 89 9F D8 01 00 00
60 FPS Unlock (CUSA15953)
Author: illusion
In file eboot.bin
Code 1.08 (Click to Expand)
39 B7 E8 01 00 00 74 2A 48 8B 44 24 48
39 B7 E8 01 00 00 75 2A 48 8B 44 24 48
Resolution Patch (Experimental)
Author: illusion
All version uses disc executable.
This patch was made and tested on Base Hardware. PS4 Pro is untested.
Changing backbuffer will cause GPU to hang.
In file eboot.bin
Code (Click to Expand)
# base backbuffer
# be warned, this will cause gpu hang.
# perhaps there's more buffers that i missed.
# below this one is ui buffer,
# changing to a lower value will
# over fill the screen.
40 06 00 00 84 03 00 00 20 03
# targetting 540p
C0 03 00 00 1C 02 00 00 20 03
# Pro backbuffer
# todo
# DF reported 1920x1080 so 80 07 00 00 38 04 00 00 should be one of them.