narzoul / DDrawCompat

DirectDraw and Direct3D 1-7 compatibility, performance and visual enhancements for Windows Vista, 7, 8, 10 and 11
BSD Zero Clause License
893 stars 67 forks source link

Can this ifle help solve input delay on steam games like halo mcc ? #168

Closed itakeudown97 closed 1 year ago

itakeudown97 commented 1 year ago

Hi, halo is an old game and was just recently remastered for pc on steam but in has incredibly high input delay and I wonder if it can fix that

narzoul commented 1 year ago

No, Halo uses DirectX 9, this project is only for DirectX 7 and older. You can usually find info about the used DirectX version on mobygames: https://www.mobygames.com/game/halo-combat-evolved/techinfo Or you can use a tool like Process Explorer to check what DLLs are loaded. If ddraw.dll is not among them, then DDrawCompat won't help.