VitaGrafix icon indicating copy to clipboard operation
VitaGrafix copied to clipboard

Akiba's Beat FPS lock PCSE00927

Open KutsuyaYuki opened this issue 3 years ago • 2 comments

This game comes with unlocked FPS by default, which introduces a lot of tearing.

You can set an FPS lock to make the tearing go away and have a smoother gameplay.

Using the default repository, you can only limit the game to 30 FPS. Using my fork (https://github.com/KutsuyaYuki/VitaGrafix) you can also set a 60 FPS limit. If requested, I can make a pull request.

Also included is the code to change the framebuffer size to make it run 60 ish. You can only change the framebuffer size to 720p and will also misalign the touch saving menu.

[PCSE00927, eboot.bin]
@FPS
>sceDisplaySetFrameBuf_withWait()
@FB
0:0x5307E4 t2_mov(1, 0, fb_w)
0:0x5307EC t2_mov(1, 1, fb_h)
0:0x536058 t2_mov(1, 11, fb_w)
0:0x53605C t2_mov(1, 10, fb_h)

KutsuyaYuki avatar Feb 12 '22 17:02 KutsuyaYuki

Thanks for this.

delon5 avatar Aug 01 '22 06:08 delon5

Hi! I saw that you are able to make additional patches. Is there any way you can make a patch to change MSAA on Little King's Story to increase performance? It's PCSE00066. Thank you!

UnevenCurrents avatar Apr 05 '23 23:04 UnevenCurrents