Emulator Issues #6552
closedVertex Streaming Hack Tooltip is inaccurate
0%
Description
Currently, the tooltip reads,
"Speed up vertex streaming by using unsafe OpenGL code. Enabling this option might cause heavy glitches or even crash the emulator.
If unsure, leave this unchecked."
That's about as inaccurate as it can get. Vertex Streaming Hack is something I've been using since the GLSL branch, and not once has it caused a crash on any of my three nVidia cards. This is a safe, massive performance boost for nvidia users. Not recommending it to nVidia users is pretty silly. I recommend something like this,
"Speed up vertex streaming using a loophole in nVidia's drivers. Enabling this option can cause huge performance gains on nVidia graphics cards. On any other type of card the option will cause severe graphical issues or crash.
Recommended ON if supported."
I don't know exactly how the Vertex Streaming Hack works, so, would definitely want someone who understands it to review what I'm saying. All I know is that it makes OpenGL useable and faster than D3D9 for nVidia users on a lot of games. Considering D3D9 is deprecated, shouldn't we want people to use the other back-ends?