Skip to content

Commit

Permalink
VRR range note and no apologizing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ungeziefi committed Sep 14, 2024
1 parent 0b4809a commit e0c6772
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions falloutnv.html
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ <h3>
Enter your refresh rate here for automatic calculation of FPS limits. You can find your exact refresh rate <b><a href="https://www.testufo.com/refreshrate" target="_blank">here</a></b>.
<div>
<input type="number" step="any" id="refreshRateInput" placeholder="Enter your refresh rate here" min="24" value="60" onchange="refreshRateCalculations()" style="width: 80px;">
<button id="rrSubmit" onclick="refreshRateCalculations()" style="margin: 5px;">Calculate</button><span class="disabled" id="applyConfirmation">Done!</span> <span class="disabled" id="applyError">Due to physics issues, it's not recommended to go above 120 FPS, sorry!</span>
<button id="rrSubmit" onclick="refreshRateCalculations()" style="margin: 5px;">Calculate</button><span class="disabled" id="applyConfirmation">Done!</span> <span class="disabled" id="applyError">Due to physics issues, it's not recommended to go above 120 FPS.</span>
</div>
</p>
</div>
Expand Down Expand Up @@ -1300,12 +1300,11 @@ <h4>Installation</h4>
VRR + V-Sync
<div class="card-basic">
<p>
<span class="fpsVRR">(RefreshRate * (1 - RefreshRate * 0.00028))</span>
Any value between the start of your monitor's VRR range (usually 48) and <span class="fpsVRR">(RefreshRate * (1 - RefreshRate * 0.00028))</span>
</p>
</div>
</li>
</ul>
...or lower
</li>
<li>
Enter settings using Setup button and:
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<url>
<loc>https://www.performance.moddinglinked.com/falloutnv.html</loc>
<priority>1.00</priority>
<lastmod>2024-09-13</lastmod>
<lastmod>2024-09-14</lastmod>
</url>
<url>
<loc>https://www.performance.moddinglinked.com</loc>
Expand Down

0 comments on commit e0c6772

Please sign in to comment.