djhackersdev / bemanitools

Runs recent Konami arcade games and emulates various arcade hardware.
The Unlicense
85 stars 17 forks source link

Fix upscaling feature on IIDX 20 to 26 #250

Closed icex2 closed 1 year ago

icex2 commented 1 year ago

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