diff options
| author | 2022-07-15 19:45:35 +0200 | |
|---|---|---|
| committer | 2022-07-25 21:59:30 +0200 | |
| commit | 6c8e45618578de1406c0bf4a7f976bd4903c339c (patch) | |
| tree | 25b959db6f30fe75bf5c6fa667ed92af71117986 /src/input_common/helpers/udp_protocol.h | |
| parent | Fix compilation on linux gcc (diff) | |
| download | yuzu-6c8e45618578de1406c0bf4a7f976bd4903c339c.tar.gz yuzu-6c8e45618578de1406c0bf4a7f976bd4903c339c.tar.xz yuzu-6c8e45618578de1406c0bf4a7f976bd4903c339c.zip | |
Address first part of review comments
Diffstat (limited to 'src/input_common/helpers/udp_protocol.h')
| -rw-r--r-- | src/input_common/helpers/udp_protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/helpers/udp_protocol.h b/src/input_common/helpers/udp_protocol.h index 597f51cd3..889693e73 100644 --- a/src/input_common/helpers/udp_protocol.h +++ b/src/input_common/helpers/udp_protocol.h | |||
| @@ -85,7 +85,7 @@ enum RegisterFlags : u8 { | |||
| 85 | struct Version {}; | 85 | struct Version {}; |
| 86 | /** | 86 | /** |
| 87 | * Requests the server to send information about what controllers are plugged into the ports | 87 | * 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 | 88 | * 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 | 89 | * request explicitly for the first controller port and leave it at that. In the future it would be |
| 90 | * nice to make this configurable | 90 | * nice to make this configurable |
| 91 | */ | 91 | */ |