summaryrefslogtreecommitdiffstats
path: root/src/network/room_member.h
diff options
context:
space:
mode:
authorFearlessTobi <thm.frey@gmail.com>2022-08-27 03:31:17 +0200
committerFearlessTobi <thm.frey@gmail.com>2022-08-27 03:31:17 +0200
commit839e1faf491776f4e2348c46773c248644e260ba (patch)
treedab0425ff7e8f6817d0c363c59107adb39785ef2 /src/network/room_member.h
parentnetwork: Use lower timeout for enet_host_service (diff)
downloadyuzu-839e1faf491776f4e2348c46773c248644e260ba.tar
yuzu-839e1faf491776f4e2348c46773c248644e260ba.tar.gz
yuzu-839e1faf491776f4e2348c46773c248644e260ba.tar.bz2
yuzu-839e1faf491776f4e2348c46773c248644e260ba.tar.lz
yuzu-839e1faf491776f4e2348c46773c248644e260ba.tar.xz
yuzu-839e1faf491776f4e2348c46773c248644e260ba.tar.zst
yuzu-839e1faf491776f4e2348c46773c248644e260ba.zip
Diffstat (limited to '')
-rw-r--r--src/network/room_member.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/room_member.h b/src/network/room_member.h
index 4252b7146..f578f7f6a 100644
--- a/src/network/room_member.h
+++ b/src/network/room_member.h
@@ -146,7 +146,7 @@ public:
const std::string& password = "", const std::string& token = "");
/**
- * Sends a WiFi packet to the room.
+ * Sends a Proxy packet to the room.
* @param packet The WiFi packet to send.
*/
void SendProxyPacket(const ProxyPacket& packet);