Build Your Own Arcade Controls Forum
Software Support => GroovyMAME => Topic started by: Tzakiel on September 23, 2017, 03:18:10 pm
-
I just got groovymame working in win7 with my crt. I would like to make sure I am using d3d9ex as I have had some trouble with framedelay before.
1. Should I use using the d3d9ex exe instead of the regular groovymame exe? If I replace the exe can I keep the same mame.ini I got working with the regular groovymame exe?
2. What do I need to check or change in mame.ini? The guide says something about "video" but I only have that under osd display options. What do I need to change and where?
-
You should be using a d3d9ex build.
You can use the same mame.ini
Set the "video" setting to d3d in the ini
-
Ok so the video line in OSD display options should read "d3d9ex"? That's what the guide says on the German site I can't pronounce or spell. Or are you saying d3d is the newer value to use?
-
the video option USED to be:
-video d3d9x
...but now it's just...
-video d3d
Documentation from the sticky thread:
http://forum.arcadecontrols.com/index.php/topic,151459.0.html (http://forum.arcadecontrols.com/index.php/topic,151459.0.html)
What's new in SwitchRes v0.016 alpha 4 (December 2016)
- Full implementation of dynamic mode switching on the BGFX renderer (D3D11 backend). Now it shouldn't crash when launching games from the internal UI. Games that switch video modes dynamically now work.
- Improved dynamic mode switching for -video bgfx (D3D11) and -video d3d (D3D9/D3D9Ex*). Now transitions should be smoother, and the desktop shouldn't flash on the background anymore. There should be comparative advantage here for D3D9ex (and D3D11) over plain D3D9 since the former doesn't need to destroy and recreate resources upon a mode switch.
- Attempt at reducing input latency, now it should be on a par with previous versions of GM (0.171). Experimental confirmation needed. Confirmed!
* Re-added D3D9Ex support, now as a separate build. Remind using -video d3d even for the D3D9ex build, instead of the old deprecated setting -video d3d9ex.
-
Thank you! I wish there was one setup guide that was kept up to date with the right info.