Add led support for mercuryio.dll

This commit is contained in:
2022-07-31 18:11:24 +00:00
committed by Hay1tsme
parent 799f6f889d
commit 729a7ec280
11 changed files with 61 additions and 0 deletions

View File

@ -1,3 +1,8 @@
#pragma once
struct led_data {
DWORD unitCount;
uint8_t rgba[480 * 4];
};
HRESULT elisabeth_hook_init();