From 2fc81d8f357c5b7623421aa7b724130120a7fa10 Mon Sep 17 00:00:00 2001 From: ndeadly <24677491+ndeadly@users.noreply.github.com> Date: Thu, 8 May 2025 21:18:59 +0200 Subject: [PATCH] btdrv: label proto_mode field in data_report event info --- nx/include/switch/services/btdrv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/btdrv.h b/nx/include/switch/services/btdrv.h index 9e155085..2d67500f 100644 --- a/nx/include/switch/services/btdrv.h +++ b/nx/include/switch/services/btdrv.h @@ -242,7 +242,7 @@ typedef struct { struct { u32 res; ///< Always 0. - u8 unk_x4; ///< Always 0. + u8 proto_mode; ///< Protocol mode. Always 0 (report mode). BtdrvAddress addr; ///< \ref BtdrvAddress u8 pad; ///< Padding BtdrvHidReport report;