From 32e23d2dbb4d9b2eaa737a6293b28a1fa5943c67 Mon Sep 17 00:00:00 2001 From: Erik Salter Date: Thu, 21 May 2026 12:49:14 -0400 Subject: [PATCH] Fix arm64 build against current macOS SDK --- OpenEmuSystem/OESwitchProControllerHIDDeviceHandler.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenEmuSystem/OESwitchProControllerHIDDeviceHandler.m b/OpenEmuSystem/OESwitchProControllerHIDDeviceHandler.m index a00e17c..da5ab64 100644 --- a/OpenEmuSystem/OESwitchProControllerHIDDeviceHandler.m +++ b/OpenEmuSystem/OESwitchProControllerHIDDeviceHandler.m @@ -83,7 +83,7 @@ typedef struct __attribute__((packed)) { } OEHACUSBSubcommandOutputReport; typedef struct __attribute__((packed)) { - OEHACOuputReportID reportID; + OEHACInputReportID reportID; OEHACUSBSubcommandID subcommand; uint8_t data[0]; } OEHACUSBAcknowledgmentOutputReport;