mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 13:02:38 +02:00
btm: Updated BtmDevicePropertyList.
This commit is contained in:
parent
cc2be8375a
commit
9febf780b1
@ -40,7 +40,9 @@ typedef struct {
|
|||||||
|
|
||||||
/// DevicePropertyList
|
/// DevicePropertyList
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u8 unk_x0[0x268]; ///< Unknown
|
u8 total_entries; ///< Total entries.
|
||||||
|
u8 pad[3]; ///< Padding
|
||||||
|
BtmDeviceInfo devices[10]; ///< Array of \ref BtmDeviceInfo with the above entry total.
|
||||||
} BtmDevicePropertyList;
|
} BtmDevicePropertyList;
|
||||||
|
|
||||||
/// ZeroRetransmissionList
|
/// ZeroRetransmissionList
|
||||||
|
Loading…
Reference in New Issue
Block a user