Skip to content

Releases: atom0s/ElgatoLegacy

ElgatoLegacy v1.0.0.3

31 Oct 01:20
3af371b
Compare
Choose a tag to compare
  • 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

09 Oct 00:58
77daab8
Compare
Choose a tag to compare
  • 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

27 Apr 07:35
Compare
Choose a tag to compare
  • Fix issue causing StreamDeck buttons to not function on Windows 7 due to session management bug. (Fixes #2)

ElgatoLegacy v1.0.0.0

20 Feb 02:09
Compare
Choose a tag to compare
  • Initial release!