mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
add setting for whether to bind the wifi socket to any address or to loopback only
This commit is contained in:
@ -35,6 +35,8 @@ int DirectBoot;
|
||||
|
||||
int Threaded3D;
|
||||
|
||||
int SocketBindAnyAddr;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
char Name[16];
|
||||
@ -81,6 +83,8 @@ ConfigEntry ConfigFile[] =
|
||||
|
||||
{"Threaded3D", 0, &Threaded3D, 1, NULL, 0},
|
||||
|
||||
{"SockBindAnyAddr", 0, &SocketBindAnyAddr, 0, NULL, 0},
|
||||
|
||||
{"", -1, NULL, 0, NULL, 0}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user