mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
btdrv: bool -> u8
This commit is contained in:
parent
106cadfd3b
commit
9804b5db33
@ -325,7 +325,7 @@ typedef struct {
|
||||
struct {
|
||||
u32 status;
|
||||
u8 handle;
|
||||
bool registered;
|
||||
u8 registered;
|
||||
} type0;
|
||||
|
||||
struct {
|
||||
|
Loading…
Reference in New Issue
Block a user