Address first part of review comments
This commit is contained in:
parent
f433ce567e
commit
846c50dd42
16 changed files with 239 additions and 133 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue