mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-17 20:35:18 +00:00
RPCN v0.6
This commit is contained in:
parent
67c02e3522
commit
eea73deab3
39 changed files with 3461 additions and 758 deletions
|
|
@ -53,9 +53,9 @@ std::vector<std::vector<u8>> get_rpcn_msgs()
|
|||
return msgs;
|
||||
}
|
||||
|
||||
std::vector<std::pair<std::pair<u32, u16>, std::vector<u8>>> get_sign_msgs()
|
||||
std::vector<signaling_message> get_sign_msgs()
|
||||
{
|
||||
std::vector<std::pair<std::pair<u32, u16>, std::vector<u8>>> msgs;
|
||||
std::vector<signaling_message> msgs;
|
||||
auto& nc = g_fxo->get<network_context>();
|
||||
{
|
||||
std::lock_guard list_lock(nc.list_p2p_ports_mutex);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue