add "d3d" to list of retroarch.cfg video options

After referring to some forum posts suggesting using "d3d9" for the video mode on an older Windows installation (incorrect) I finally figured out that the Direct3D mode is called "d3d." Hopefully including it in these instructions will save someone else the same time and research.
This commit is contained in:
markwkidd 2016-12-25 15:01:49 -05:00 committed by GitHub
parent 1d070aae93
commit 4897cc1740

View File

@ -130,7 +130,7 @@
#### Video
# Video driver to use. "gl", "xvideo", "sdl"
# Video driver to use. "gl", "xvideo", "sdl", "d3d"
# video_driver = "gl"
# Which context implementation to use.