diff --git a/docs/games/namco/taikonijiiro/troubleshooting.md b/docs/games/namco/taikonijiiro/troubleshooting.md index 4e86e920..c4b1c067 100644 --- a/docs/games/namco/taikonijiiro/troubleshooting.md +++ b/docs/games/namco/taikonijiiro/troubleshooting.md @@ -56,11 +56,12 @@ The game needs to be ran at 120 FPS or things will break. ??? tip "If you have a display that supports 120 Hz or higher" - - Set your display to 120 Hz. You may need to make a custom resolution. + - Set your display to 120 Hz. You may need to make a [custom resolution](https://customresolutionutility.net/). - In `config.toml` set `vsync =` to `true`. ??? tip "If you have a display that is less than 120 Hz" - - In `config.toml` set `vsync =` to `false` and `windowed =` to `true`. + - In `config.toml` set `vsync =` to `false` and `windowed =` to `true`. + - Alternatively you can use (RTSS)[https://www.guru3d.com/download/rtss-rivatuner-statistics-server-download/]. ### My game is not connected to a network but I set one up @@ -119,4 +120,4 @@ - Inside `config.toml`, set `wasapi_shared =` to `false` and set `asio =` to `true`. - Change `asio_driver =` to `asio_driver = ""` - For more information refer to the general [Audio](/extras/audio.md) guide. \ No newline at end of file + For more information refer to the general [Audio](/extras/audio.md) guide.