Backends: Win32: dynamically load XInput library (amends) (#3646, #3645, #3248, #2716)

This commit is contained in:
ocornut
2021-01-25 16:19:43 +01:00
parent 633d1033af
commit f139846750
2 changed files with 38 additions and 45 deletions

View File

@ -39,6 +39,8 @@ Other Changes:
- ImDrawList: Fixed AddCircle()/AddCircleFilled() with (rad > 0.0f && rad < 1.0f && num_segments == 0). (#3738)
Would lead to a buffer read overflow.
- Backends: Win32: Dynamically loading XInput DLL instead of linking with it, facilite compiling with
old WindowSDK versions or running on Windows 7. (#3646, #3645, #3248, #2716) [@Demonese]
- Backends: Metal: Fixed texture storage mode when building on Mac Catalyst. (#3748) [@Belinsky-L-V]