Add a troubleshooting page

This commit is contained in:
Matt Borgerson 2021-06-17 20:28:38 -07:00
parent 88e99353d4
commit cc89d43661
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,19 @@
## Windows Performance Considerations
### Integrated vs Discrete GPU
In some systems you may have both integrated and discrete GPUs. By default, xemu
will request the high-performance discrete GPU. However, system configuration
and your graphics driver ultimately decide which GPU xemu is initialized with.
In Windows, you can specify which GPU should be used for a particular
application by navigating to <kbd>Display settings</kbd>&rarr;<kbd>Graphics settings</kbd>.
You can confirm which GPU xemu is actually using by looking at the "xemu.log"
file.
### nVidia Settings
It is recommended to **disable** "Multi-threaded Optimizations" in the nVidia
Control Panel. This feature has been known to negatively impact xemu
performance.

View File

@ -82,6 +82,7 @@ nav:
- Input Devices: input.md
- Networking: networking.md
- Dashboard: dashboard.md
- Troubleshooting: troubleshooting.md
- Reference:
- Command Line Arguments: cli.md
- HDD Access via FTP: ftp.md