dxwrapper
dxwrapper copied to clipboard
EnumSurfaces, EnumAttachedSurfaces and EnumOverlayZOrders are not wrapped
This dxwrapper works good for all games except games that use any of the three 'Enum' APIs:
Any game that uses these APIs, such as Might and Magic IX will crash with this wrapper or just show a black screen.
I fixed this issue with my wrapper. See this check-in here for an example of how to fix this. Maybe if I get time I will create a pull request.