Skip to content

Commit 36a4d08

Browse files
committed
Fix a new clang warning
1 parent 960e561 commit 36a4d08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backends/system/macos/includes/kore3/backend/HIDManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
// Maximum number of devices supported
1313
// Corresponds to size of Kore::Gamepad array
14-
static const int KORE_MAX_HID_DEVICES = 12;
14+
#define KORE_MAX_HID_DEVICES 12
1515

1616
// Slots to hold details on connected devices
1717
struct HIDManagerDeviceRecord {

0 commit comments

Comments
 (0)