Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-23 | Try loading XInput 1.4 before trying to load 9.1.0 (#769) | Barnaby | |
XInput 9.1.0 has some limitations to do with XInputGetCapabilities that may make the game behave differently when we use it as a replacement for XInput 1.3 XInput 1.4 doesn't have this issue, which means that if it works correctly we should always prioritise using this version over 9.1.0 | |||
2024-08-19 | Fix casing of `KERNEL32.DLL` (#768)v1.27.3-rc2v1.27.3-rc1 | Jack | |
This is a certified windows moment. Case insensitive but also not sometimes I guess | |||
2024-08-18 | Refactor DLL callbacks (#665) | Jack | |
Cherry-picked from primedev and slightly modified Co-authored-by: F1F7Y <filip.bartos07@proton.me> |