mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2025-02-21 21:00:02 +01:00
acio: Add BIOB and BI2B identifiers
This commit is contained in:
parent
2920e2b2cf
commit
9afb28a759
@ -44,6 +44,8 @@ enum ac_io_node_type {
|
|||||||
AC_IO_NODE_TYPE_PANB = 0x090E0000,
|
AC_IO_NODE_TYPE_PANB = 0x090E0000,
|
||||||
AC_IO_NODE_TYPE_BMPU = 0x0B000000,
|
AC_IO_NODE_TYPE_BMPU = 0x0B000000,
|
||||||
AC_IO_NODE_TYPE_BI2A = 0x0D060000,
|
AC_IO_NODE_TYPE_BI2A = 0x0D060000,
|
||||||
|
AC_IO_NODE_TYPE_BIOB = 0x0D050100,
|
||||||
|
AC_IO_NODE_TYPE_BI2B = 0x0D060100,
|
||||||
};
|
};
|
||||||
|
|
||||||
#pragma pack(push, 1)
|
#pragma pack(push, 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user