Address first part of review comments

This commit is contained in:
FearlessTobi 2022-07-15 19:45:35 +02:00
parent f433ce567e
commit 846c50dd42
16 changed files with 239 additions and 133 deletions

View file

@ -85,7 +85,7 @@ enum RegisterFlags : u8 {
struct Version {};
/**
* Requests the server to send information about what controllers are plugged into the ports
* In citra's case, we only have one controller, so for simplicity's sake, we can just send a
* In yuzu's case, we only have one controller, so for simplicity's sake, we can just send a
* request explicitly for the first controller port and leave it at that. In the future it would be
* nice to make this configurable
*/