From 4897cc1740d0f48deca3070839d0c434a00b5426 Mon Sep 17 00:00:00 2001 From: markwkidd Date: Sun, 25 Dec 2016 15:01:49 -0500 Subject: [PATCH] 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. --- retroarch.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroarch.cfg b/retroarch.cfg index 98539ddec1..e921930c8b 100644 --- a/retroarch.cfg +++ b/retroarch.cfg @@ -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.