misc: add system version hook

This commit is contained in:
2023-09-18 03:56:15 -04:00
parent 4de39f2682
commit a0050a5fac
4 changed files with 152 additions and 8 deletions

View File

@ -7,6 +7,7 @@
struct misc_config {
bool block_input_hook;
bool show_cursor_hook;
wchar_t system_version[256];
};
HRESULT misc_hook_init(const struct misc_config *cfg);