You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, I guess it's fully possible for someone who is willing to do this feature in "hook style".
Original post:
Ah I accidentally see this post.
I think it's not easy to add this function in vanillafixes-like mods. Because they use a hooking technique. They replace existing STATIC function with a JMP instruction.
However DirectX is (mainly, if not all) used via C++
C++ function is not static. They have a self pointer which would be different each class instance. They can't be easily replaced by a JMP instruction.
And in DirectX 9, mouse cursor is handled by DirectX, not by operating system. This design was later changed in DirectX 11 but we are talking about an elder WoW game here.
If we replace mouse cursor by hooking into WinAPI, I think this should work in DirectX 11 but might fail on some DirectX 9 edge case.
I see you have texture errors. Could you try upstream DXVK if they work for you? I didn't touch anything about rendering.
Please add feature for enlarged mouse, as the default is far too small 32x32 pixels is very small on 3k+ monitors.
Please see https://github.com/allfoxwy/dxvk/releases (this .dll has texture errors, such as no floors)
The text was updated successfully, but these errors were encountered: