Can’t seem to get the d3d9 driver to work anymore. I tried disabling stuff that only works with the GL driver like hard sync and turning off the shader in my config, but I always get this:
RetroArch [WARN] :: [D3D9]: Failed to init device with hardware vertex processin
g (code: 0x8876086c). Trying to fall back to software vertex processing.
RetroArch [ERROR] :: [D3D9]: Failed to init D3D9 (Failed to init device, code: 0
x8876086c).
RetroArch [ERROR] :: Cannot open video driver ... Exiting ...
RetroArch [ERROR] :: Fatal error received in: "init_video_input()"
Edit: Huh, got d3d9 to work by setting windowed fullscreen to false. The shader works with that driver. Thanks for the suggestion!