Elisha Riedlinger
Elisha Riedlinger
Agreed. So far I have not run into any issues doing this. Fixing this would not be very easy, but I have a few ideas how to fix this. Probably...
@BadAd84, yes, by default `dd7to9` should keep the current games resolution. The aspec ratio depends on how your monitor/video card handle this resolution. There are setting to change this though....
> how to do it when a game isn't directx 8 or 9. For dx8 and dx9 games it will always keep the game's current resolution. The aspect radio is...
> With dgvoodoo2, you can force the game to stretch to fill the screen, but keep aspect ratio. Yeah, that is a great feature. But not something I will likely...
Yes, this game uses the 3D API's in ddraw. So far I have not started implementing them yet. But I hope to start implementing those before the end of the...
> At one point, the game gave me exception errors (this happens without dxwrapper as well). With dxwrapper however, the game didnt just crash, i was able to keep playing...
Thanks for the report. This issue is because Revenant uses Direct3D functions and I have not yet added support for most of the Direct3D functions. This issue is related to...
I am not sure when I will release the next update. There are still a few things I wanted to do before releasing. There was a crash on two games...
> How can i force AF in the settings? Need to put 1 or AF level (4, 8 16)? 1 = highest your video card can support. 2, 4, 8,...
Yeah, I am working on the Direct3D functions, but today only the DirectDraw 2D functions work. You could try enabling `DDrawCompat` instead of `Dd7to9`.