mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
woops fix hardcoded address
This commit is contained in:
parent
0acf34dcdd
commit
42dc8c7e15
@ -3135,7 +3135,7 @@ static int action_ok_netplay_connect_room(const char *path,
|
||||
}
|
||||
|
||||
char tmp_hostname[512];
|
||||
strlcpy(tmp_hostname, "192.168.1.241", sizeof(tmp_hostname));
|
||||
strlcpy(tmp_hostname, netplay_room_list[idx - 1].address, sizeof(tmp_hostname));
|
||||
|
||||
/* Enable Netplay itself */
|
||||
if (!command_event(CMD_EVENT_NETPLAY_INIT, (void *) tmp_hostname))
|
||||
|
Loading…
Reference in New Issue
Block a user