Minor cleanup in detectors

This commit is contained in:
Dmitry Kychanov 2025-05-30 02:44:34 +04:00
parent 7177a534b9
commit 34ff3aa99a
5 changed files with 38 additions and 47 deletions

View file

@ -30,9 +30,7 @@ using json = nlohmann::json;
#define HID_INTERFACE_ANY -1
#define HID_USAGE_ANY -1
#define HID_USAGE_PAGE_ANY -1L
#define CONTROLLER_LIST_HID 0
#define HID_USAGE_PAGE_ANY -1
struct hid_device_info;
class NetworkClient;