1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2024-11-12 01:10:49 +01:00

acio: Add BIOB and BI2B identifiers

This commit is contained in:
Will Toohey 2023-10-09 21:01:26 +10:00 committed by icex2
parent 2920e2b2cf
commit 9afb28a759

View File

@ -44,6 +44,8 @@ enum ac_io_node_type {
AC_IO_NODE_TYPE_PANB = 0x090E0000,
AC_IO_NODE_TYPE_BMPU = 0x0B000000,
AC_IO_NODE_TYPE_BI2A = 0x0D060000,
AC_IO_NODE_TYPE_BIOB = 0x0D050100,
AC_IO_NODE_TYPE_BI2B = 0x0D060100,
};
#pragma pack(push, 1)