swdc: disabled built in XInput

This commit is contained in:
2023-08-20 16:21:55 +02:00
parent 97234f26d7
commit a69a9b5917
3 changed files with 50 additions and 156 deletions

View File

@ -8,4 +8,4 @@ struct zinput_config {
bool enable;
};
HRESULT zinput_hook_init(struct zinput_config *cfg);
void zinput_hook_init(struct zinput_config *cfg, HINSTANCE self);