mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Updated MatchingArgs comment
This commit is contained in:
parent
a1accc87d4
commit
03b6d1ed01
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue