crosire / d3d8to9

A D3D8 pseudo-driver which converts API calls and bytecode shaders to equivalent D3D9 ones.
BSD 2-Clause "Simplified" License
911 stars 84 forks source link

Update to fix graphic issues with Haegemonia and enhance compatibility #13

Closed elishacloud closed 7 years ago

elishacloud commented 7 years ago
elishacloud commented 7 years ago

Updated to remove else statements and move variable assignment above.

elishacloud commented 7 years ago

Fix varable name in convert_present_parameters

crosire commented 7 years ago

Perfect!