mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Changing default Wlan Channel to 11 on Automatic to be the same with real PSP
This commit is contained in:
parent
824beb7232
commit
87965ca89b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue