mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Translate string
This commit is contained in:
parent
30400ef328
commit
d4b4cd92bb
@ -107,7 +107,7 @@ static bool input_remote_init_network(input_remote_t *handle,
|
||||
|
||||
if (!socket_bind(handle->net_fd[user], res))
|
||||
{
|
||||
RARCH_ERR("Failed to bind socket.\n");
|
||||
RARCH_ERR("%s\n", msg_hash_to_str(MSG_FAILED_TO_BIND_SOCKET));
|
||||
goto error;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user