mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-06 11:22:15 +02:00
btm: Updated BtmHostDeviceProperty.
This commit is contained in:
parent
cccef0c525
commit
cc2be8375a
@ -12,7 +12,10 @@
|
|||||||
|
|
||||||
/// HostDeviceProperty
|
/// HostDeviceProperty
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u8 unk_x0[0x2A]; ///< Unknown
|
BtdrvAddress addr; ///< Same as BtdrvAdapterProperty::addr.
|
||||||
|
u8 type5[0x3]; ///< Same as BtdrvAdapterProperty::type5.
|
||||||
|
char name[0x20]; ///< Same as BtdrvAdapterProperty::name (except the last byte which is always zero).
|
||||||
|
u8 type6; ///< Same as BtdrvAdapterProperty::type6.
|
||||||
} BtmHostDeviceProperty;
|
} BtmHostDeviceProperty;
|
||||||
|
|
||||||
/// DeviceCondition
|
/// DeviceCondition
|
||||||
|
Loading…
Reference in New Issue
Block a user