Fix upscaling feature on IIDX 20 to 26 #250

Merged
icex2 merged 6 commits from fix-upscaling-iidx-hd into master 2023-04-15 23:37:07 +03:00
icex2 commented 2023-04-15 16:55:08 +03:00 (Migrated from github.com)

This replaces the scaling feature of iidxhook-util/d3d9 as the
game engine changed significantly that the old one is incompatible.

Create a new module because the logic to implement a scaling
feature is very different now. This also avoids further cluttering
the already badly overloaded old module.

The new module is light weight and "plugable" on a hooking
level. Further modules will follow to de-clutter the
iidxhook-util/d3d9 module

This replaces the scaling feature of iidxhook-util/d3d9 as the game engine changed significantly that the old one is incompatible. Create a new module because the logic to implement a scaling feature is very different now. This also avoids further cluttering the already badly overloaded old module. The new module is light weight and "plugable" on a hooking level. Further modules will follow to de-clutter the iidxhook-util/d3d9 module
Sign in to join this conversation.