It builds

This commit is contained in:
GPUCode
2023-05-14 11:45:00 +03:00
parent 2a4f9b5dd4
commit 6e4cc779d7
30 changed files with 706 additions and 809 deletions

View File

@ -84,7 +84,7 @@ enum RegisterFlags : u8 {
struct Version {};
/**
* Requests the server to send information about what controllers are plugged into the ports
* In yuzu's case, we only have one controller, so for simplicity's sake, we can just send a
* In citra'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
*/