Updated MatchingArgs comment

This commit is contained in:
ANR2ME 2022-01-05 12:13:11 +07:00
parent a1accc87d4
commit 03b6d1ed01

View File

@ -24,7 +24,7 @@
#pragma pack(push,1)
#endif
typedef struct MatchingArgs {
u32_le data[6]; //ContextID, Opcode, bufAddr[ to MAC], OptLen, OptAddr[, EntryPoint]
u32_le data[6]; // ContextID, EventID, bufAddr[ to MAC], OptLen, OptAddr[, EntryPoint]
} PACK MatchingArgs;
typedef struct SceNetAdhocDiscoverParam {