docs: drop sphinx and use doxygen exclusively (#2932)

This commit is contained in:
ReenigneArcher
2024-08-05 14:44:17 -04:00
committed by GitHub
parent adf068e44e
commit 4bd521bb43
67 changed files with 4791 additions and 5307 deletions

View File

@@ -0,0 +1,20 @@
# Performance Tuning
In addition to the options available in the [Configuration](configuration.md) section, there are a few additional
system options that can be used to help improve the performance of Sunshine.
## AMD
In Windows, enabling *Enhanced Sync* in AMD's settings may help reduce the latency by an additional frame. This
applies to `amfenc` and `libx264`.
## NVIDIA
Enabling *Fast Sync* in Nvidia settings may help reduce latency.
<div class="section_buttons">
| Previous | Next |
|:--------------------|--------------------------------------:|
| [Guides](guides.md) | [Troubleshooting](troubleshooting.md) |
</div>