1
0
mirror of synced 2025-01-31 04:13:43 +01:00

12 lines
184 B
C
Raw Normal View History

2023-09-18 04:05:22 -04:00
#pragma once
#include <windows.h>
#include <stdbool.h>
#include <stddef.h>
struct mkac_xinput_config {
bool enable;
};
HRESULT mkac_xinput_init(struct mkac_xinput_config *cfg);