Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Akiba's Beat FPS lock PCSE00927 #249

Open
KutsuyaYuki opened this issue Feb 12, 2022 · 2 comments
Open

Akiba's Beat FPS lock PCSE00927 #249

KutsuyaYuki opened this issue Feb 12, 2022 · 2 comments

Comments

@KutsuyaYuki
Copy link

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 KutsuyaYuki changed the title Akiba's Beat FPS LOCK PCSE00927 Akiba's Beat FPS lock PCSE00927 Feb 12, 2022
@delon5
Copy link

delon5 commented Aug 1, 2022

Thanks for this.

@UnevenCurrents
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants