mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Added comment related to EVENT_HELLO
This commit is contained in:
parent
d081dacc23
commit
a1accc87d4
1 changed files with 1 additions and 1 deletions
|
@ -732,7 +732,7 @@ enum {
|
|||
#define PSP_ADHOC_MATCHING_MODE_P2P 3
|
||||
|
||||
// Matching Events
|
||||
#define PSP_ADHOC_MATCHING_EVENT_HELLO 1
|
||||
#define PSP_ADHOC_MATCHING_EVENT_HELLO 1 // Should be ignored when Join Request is in progress ?
|
||||
#define PSP_ADHOC_MATCHING_EVENT_REQUEST 2
|
||||
#define PSP_ADHOC_MATCHING_EVENT_LEAVE 3
|
||||
#define PSP_ADHOC_MATCHING_EVENT_DENY 4
|
||||
|
|
Loading…
Add table
Reference in a new issue