summaryrefslogtreecommitdiff
path: root/src/input_common/helpers/udp_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_common/helpers/udp_protocol.h')
-rw-r--r--src/input_common/helpers/udp_protocol.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/input_common/helpers/udp_protocol.h b/src/input_common/helpers/udp_protocol.h
index 597f51cd3..d9643ffe0 100644
--- a/src/input_common/helpers/udp_protocol.h
+++ b/src/input_common/helpers/udp_protocol.h
@@ -1,6 +1,5 @@
1// Copyright 2018 Citra Emulator Project 1// SPDX-FileCopyrightText: 2018 Citra Emulator Project
2// Licensed under GPLv2 or any later version 2// SPDX-License-Identifier: GPL-2.0-or-later
3// Refer to the license.txt file included.
4 3
5#pragma once 4#pragma once
6 5
@@ -85,7 +84,7 @@ enum RegisterFlags : u8 {
85struct Version {}; 84struct Version {};
86/** 85/**
87 * Requests the server to send information about what controllers are plugged into the ports 86 * Requests the server to send information about what controllers are plugged into the ports
88 * In citra's case, we only have one controller, so for simplicity's sake, we can just send a 87 * In yuzu's case, we only have one controller, so for simplicity's sake, we can just send a
89 * request explicitly for the first controller port and leave it at that. In the future it would be 88 * request explicitly for the first controller port and leave it at that. In the future it would be
90 * nice to make this configurable 89 * nice to make this configurable
91 */ 90 */