Skip to content

Commit

Permalink
Move FPS calculator to the RTSS card
Browse files Browse the repository at this point in the history
  • Loading branch information
WallSoGB committed Jul 18, 2024
1 parent 0db4871 commit 38d9f6b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions falloutnv.html
Original file line number Diff line number Diff line change
Expand Up @@ -1296,11 +1296,6 @@ <h3>
<br>
</p>
<p>
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>
</div>
<div class="card-yellow">
<p>
If you don't use, or not have VRR, it's best to limit your framerate to fractions of your refresh rate. (30 at 60hz, 72 at 144hz, etc.)
Expand All @@ -1325,6 +1320,15 @@ <h3>
<img class="chevron" style="float: right;" src="img/ui/Chevron Down.svg" alt="UI element - Chevron">
</div>
<div class="expander-bottom center width-limited" id="rtssExpander">
<div class="card-yellow">
<p>
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" max="120" value="60" onchange="refreshRateCalculations()" style="width: 80px;">
<button id="rrSubmit" onclick="refreshRateCalculations()" style="margin: 5px;">Calculate</button><span class="disabled" id="applyConfirmation">Done!</span>
</div>
</p>
</div>
<h4>Installation</h4>
<ol>
<li>
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-07-15</lastmod>
<lastmod>2024-07-18</lastmod>
</url>
<url>
<loc>https://www.performance.moddinglinked.com</loc>
Expand Down

0 comments on commit 38d9f6b

Please sign in to comment.