From 521152739ea510dc264507b206aab4860b5c46d3 Mon Sep 17 00:00:00 2001 From: rebtd7 <59185507+rebtd7@users.noreply.github.com> Date: Mon, 23 Dec 2019 23:25:33 -0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d00c064..a6ada68 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ You may want to change ```FF13Fix.ini``` if you want to cap the frame rate. # What this does ## Removes the awful frame pacer -I don't see the point in it. It is overly aggressive. +I don't see the point in it. It is overly aggressive. I did not see any n ## Removes stuttering caused by new controllers being scanned every second This caused stuttering specially if you didn't have a connected controller after the last opening of Steam. @@ -26,5 +26,8 @@ The game calls [SetScissorRect](https://docs.microsoft.com/en-us/windows/win32/a ## Uncaps the frame rate I did not see any negatives on unlocking the frame rate, but your mileage may very. If you are having issues, edit ```FF13Fix.ini``` to cap the frame rate. +## Enables Triple Buffering +This seems to make the frame rate more consistent. + ## Changes to where the memory is allocated on certain vertex buffers This seems to improve the frame rate. This fix is not new, it is from [OneTweakNG](https://github.com/Nucleoprotein/OneTweakNG).