[3PP] Uplifted FMT version and adjusted messages
This commit is contained in:
@@ -227,7 +227,8 @@ dword_result_t NetDll_XNetGetOpt_entry(dword_t one, dword_t option_id,
|
||||
std::memcpy(buffer_ptr, &xnet_startup_params, sizeof(XNetStartupParams));
|
||||
return 0;
|
||||
default:
|
||||
XELOGE("NetDll_XNetGetOpt: option {} unimplemented", option_id);
|
||||
XELOGE("NetDll_XNetGetOpt: option {} unimplemented",
|
||||
static_cast<uint32_t>(option_id));
|
||||
return uint32_t(X_WSAError::X_WSAEINVAL);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user