Add Skip Presenting Duplicate Frames Feature#1867
Add Skip Presenting Duplicate Frames Feature#1867KojoZero wants to merge 4 commits intoazahar-emu:masterfrom
Conversation
|
Welcome to the Azahar Emulator repository! Due to the surge of AI bots we have decided to add an extra verification step to new contributors. Please follow the exact instructions in your own written Pull Request description to reopen it. |
|
I'm KojoZero and the logo is from Azahar |
|
Verification successful! Pull request has been reopened. Please also edit your PR description to remove the block of text between |
|
@KojoZero Hi! I have the latest Azahar build (2125.1.1) and this option isn't there, why? Thank you. EDIT: ah ok, saw now that it's supposed to be released on 2126, is it possible to test it in the meantime? |
|
@SixelAlexiS90 Sure. Here's a build of the pr. https://github.com/KojoZero/azahar/releases/tag/2125.1.1-spdf |
Thank you a LOT! This behavior is currently happening on PCSX2 as well and you can solve it with the same method and so by enabling "Skip Presenting Duplicate Frames" I've explained it better here with my testings: In the case of Azahar not even my 80 Hz trick solved the issue, the VRR flicker is very intense no matter what (it doesn't happen with native 60 FPS games btw). I've only find two solutions in Azahar case for 30 FPS games:
Thank you again <3 |
This PR adds a toggle to the advanced graphics settings which allows the emulator to output at the original frame rate of the game/app, similar to how PCSX2 and Duckstation do it here. With this enabled, it allows frame generation tools to work more effectively on games that run below 60fps.
Closes #1772
Closes #367