Skip to content

Commit

Permalink
Merge pull request #865 from RobLoach/patch-9
Browse files Browse the repository at this point in the history
Add Troubleshooting Performance notes
  • Loading branch information
fpscan committed Aug 10, 2023
2 parents 1ad3a59 + da732b5 commit f810551
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions docs/guides/troubleshooting-retroarch.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,14 @@ If your video driver has very bad performance, it is possible to run it on a thr

### Low frame rate

Make sure your system meets the requirement of the core you picked.

See if your core options aren't set too high for your system.

Disable shaders.

Lower the video scale setting.

Try another video driver.

Try enabling threaded video in the video options.
- Make sure your system meets the requirement of the core you picked
- See if your core options aren't set too high for your system
- Disable shaders
- Lower the video scale setting
- Try another video driver
- Try enabling threaded video in the video options
- Try disabling VSYNC
- Disable Run-Ahead in the Latency options

### Windows Vista and up video problems
Windows Vista and up suffer problems with OpenGL in windowed mode where it appears to be impossible to obtain proper, smooth VSync behavior no matter what you do. If you are annoyed by this problem, and still want to play in windowed mode, you should use the D3D driver which doesn't have this problem. Disabling Aero sometimes helps OpenGL VSync behavior.
Expand Down

0 comments on commit f810551

Please sign in to comment.