From a1accc87d4f744b1f84829c12e56f552a9a024f0 Mon Sep 17 00:00:00 2001 From: ANR2ME Date: Wed, 5 Jan 2022 12:12:18 +0700 Subject: [PATCH] Added comment related to EVENT_HELLO --- Core/HLE/proAdhoc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/HLE/proAdhoc.h b/Core/HLE/proAdhoc.h index e725950fa3..f1e8e0dd06 100644 --- a/Core/HLE/proAdhoc.h +++ b/Core/HLE/proAdhoc.h @@ -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