Deployed 9bea8d2 with MkDocs version: 1.6.0

This commit is contained in:
2024-07-12 17:23:47 +00:00
parent 6091a89abd
commit cb2ed25c3a
3 changed files with 5 additions and 6 deletions

View File

@@ -4335,12 +4335,10 @@
<details class="tip">
<summary>Physical Card Readers</summary>
<p>You can insert your card with physical card readers. If you happen to have one, you can set them up to use them for Taiko no Tatsujin Nijiiro.</p>
<ul>
<li>In <code>config.toml</code> set <code>[card_reader]</code> to <code>true</code>. </li>
</ul>
<details class="tip">
<summary>AIC Pico</summary>
<ul>
<li>In <code>config.toml</code> set <code>[card_reader]</code> to <code>false</code>.</li>
<li>Update to the latest <a href="https://github.com/whowechina/aic_pico">firmware</a></li>
<li>Inside <code>AMFWConfig.ini</code> change COM4 to the port of your AIC Pico </li>
</ul>
@@ -4348,6 +4346,7 @@
<details class="tip">
<summary>ACR122U</summary>
<ul>
<li>In <code>config.toml</code> set <code>[card_reader]</code> to <code>true</code>.</li>
<li>Use AkaiiKitsune's <a href="https://gitea.farewell.dev/AkaiiKitsune/tal-cardreader">tal-cardreader plugin</a></li>
</ul>
</details>

View File

@@ -4250,14 +4250,14 @@
<div class="admonition tip">
<p>The game needs to be ran at 120 FPS or things will break.</p>
<details class="tip">
<summary>If you have display that supports more than 120fps</summary>
<summary>If you have a display that supports 120hz or higher</summary>
<ul>
<li>Set your display to 120hz. You may need to make a custom resolution. </li>
<li>In <code>config.toml</code> set <code>vsync =</code> to <code>true</code>. </li>
</ul>
</details>
<details class="tip">
<summary>If you have a display that is less than 120 FPS</summary>
<summary>If you have a display that is less than 120hz</summary>
<ul>
<li>In <code>config.toml</code> set <code>vsync =</code> to <code>false</code>. </li>
<li>Limit the FPS for <code>Taiko.exe</code> using your GPU settings or <a href="https://www.guru3d.com/download/rtss-rivatuner-statistics-server-download/">RTSS</a> </li>

File diff suppressed because one or more lines are too long