From cb960467eaa335cdbef09f5db560db3b867c98b6 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 68ec1f4a..c0e87163 100644 --- a/nx/include/switch/services/btdrv.h +++ b/nx/include/switch/services/btdrv.h @@ -316,7 +316,7 @@ typedef struct { struct { u32 status; u8 handle; - bool registered; + u8 registered; } type0; struct {