mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 13:50:11 -06:00
add setting for whether to bind the wifi socket to any address or to loopback only
This commit is contained in:
@ -37,6 +37,8 @@ extern int DirectBoot;
|
||||
|
||||
extern int Threaded3D;
|
||||
|
||||
extern int SocketBindAnyAddr;
|
||||
|
||||
}
|
||||
|
||||
#endif // CONFIG_H
|
||||
|
Reference in New Issue
Block a user