Changing default Wlan Channel to 11 on Automatic to be the same with real PSP

This commit is contained in:
ANR2ME 2020-09-08 08:31:36 +07:00
parent 824beb7232
commit 87965ca89b

View file

@ -92,7 +92,7 @@ bool isOriPort = false;
bool isLocalServer = false;
SockAddrIN4 g_localhostIP;
sockaddr LocalIP;
int defaultWlanChannel = PSP_SYSTEMPARAM_ADHOC_CHANNEL_1; // Don't put 0(Auto) here, it needed to be a valid/actual channel number
int defaultWlanChannel = PSP_SYSTEMPARAM_ADHOC_CHANNEL_11; // Don't put 0(Auto) here, it needed to be a valid/actual channel number
bool isMacMatch(const SceNetEtherAddr* addr1, const SceNetEtherAddr* addr2) {
// Ignoring the 1st byte since there are games (ie. Gran Turismo) who tamper with the 1st byte of OUI to change the unicast/multicast bit