mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-27 16:00:52 +01:00
avs: add additional avs_net_interface fields for newer AVS
This commit is contained in:
parent
f17e8d6739
commit
6e0e5031ac
@ -46,6 +46,12 @@ struct property_node;
|
||||
struct avs_net_interface {
|
||||
uint8_t mac_addr[6];
|
||||
uint8_t unknown[30];
|
||||
#if AVS_VERSION >= 1603
|
||||
uint8_t unknown2[6];
|
||||
#endif
|
||||
#if AVS_VERSION >= 1700
|
||||
uint8_t unknown3[6];
|
||||
#endif
|
||||
};
|
||||
|
||||
enum psmap_type {
|
||||
|
Loading…
Reference in New Issue
Block a user