From 9804b5db33b928a4c4a91a44a8dc32d09b2ad039 Mon Sep 17 00:00:00 2001 From: ndeadly <24677491+ndeadly@users.noreply.github.com> Date: Fri, 16 Apr 2021 23:59:18 +0200 Subject: [PATCH] btdrv: bool -> u8 --- 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 dd860b3a..dd92fdff 100644 --- a/nx/include/switch/services/btdrv.h +++ b/nx/include/switch/services/btdrv.h @@ -325,7 +325,7 @@ typedef struct { struct { u32 status; u8 handle; - bool registered; + u8 registered; } type0; struct {