mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 21:02:39 +02:00
btm: Update the right struct, BtmDeviceInfoList.
This commit is contained in:
parent
9febf780b1
commit
625616bd44
@ -28,21 +28,21 @@ typedef struct {
|
|||||||
u8 unk_x0[0x64]; ///< Unknown
|
u8 unk_x0[0x64]; ///< Unknown
|
||||||
} BtmDeviceSlotModeList;
|
} BtmDeviceSlotModeList;
|
||||||
|
|
||||||
/// DeviceInfoList
|
|
||||||
typedef struct {
|
|
||||||
u8 unk_x0[0x3C4]; ///< Unknown
|
|
||||||
} BtmDeviceInfoList;
|
|
||||||
|
|
||||||
/// DeviceInfo
|
/// DeviceInfo
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u8 unk_x0[0x60]; ///< Unknown
|
u8 unk_x0[0x60]; ///< Unknown
|
||||||
} BtmDeviceInfo;
|
} BtmDeviceInfo;
|
||||||
|
|
||||||
/// DevicePropertyList
|
/// DeviceInfoList
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u8 total_entries; ///< Total entries.
|
u8 total_entries; ///< Total entries.
|
||||||
u8 pad[3]; ///< Padding
|
u8 pad[3]; ///< Padding
|
||||||
BtmDeviceInfo devices[10]; ///< Array of \ref BtmDeviceInfo with the above entry total.
|
BtmDeviceInfo devices[10]; ///< Array of \ref BtmDeviceInfo with the above entry total.
|
||||||
|
} BtmDeviceInfoList;
|
||||||
|
|
||||||
|
/// DevicePropertyList
|
||||||
|
typedef struct {
|
||||||
|
u8 unk_x0[0x268]; ///< Unknown
|
||||||
} BtmDevicePropertyList;
|
} BtmDevicePropertyList;
|
||||||
|
|
||||||
/// ZeroRetransmissionList
|
/// ZeroRetransmissionList
|
||||||
|
Loading…
Reference in New Issue
Block a user