Skip to content

Cemu Graphic Packs: v869

Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 01:43
· 67 commits to master since this release

Commited at 2022-05-15 03:43:48 +0200 by Crementif in commit c25d816

[BotW] Calculate FPS sum in FPS++ each frame

The theory is that this should fix the Steam Deck speedup issue since it might be caused by the average FPS count not dealing well with removing super big outliers.

Theoretically the previous method could also due to floating point inaccuracies drift over time, so this might help with (super) long play sessions too.

T'was a cool way to calculate the FPS average though.