Releases: atom0s/ElgatoLegacy
Releases · atom0s/ElgatoLegacy
ElgatoLegacy v1.0.0.3
- Fix crash on Windows 7 machines due to new API call in the StreamDeck software. (PowerDeterminePlatformRoleEx) (Fixes #4)
This fix is done by hooking GetProcAddress and monitoring for usages of 'PowerDeterminePlatformRoleEx'. If found, the import will instead be reverted to using just the 'PowerDeterminePlatformRole' version of the API. Since StreamDeck.exe is 64bit (along with the imported libraries that use this API) we can safely ignore the parameter passed to the function as it's passed within a register.
ElgatoLegacy v1.0.0.2
- Fix the plugin window not working on Windows 7/8/8.1 systems. (Fixes #1)
A small blog post about this process can be found here: https://atom0s.com/posts/2020/2020-10-08-elgatolegacy-update/
ElgatoLegacy v1.0.0.1
- Fix issue causing StreamDeck buttons to not function on Windows 7 due to session management bug. (Fixes #2)
ElgatoLegacy v1.0.0.0
- Initial release!