summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Lioncash2018-12-02 15:49:37 -0500
committerGravatar Lioncash2018-12-02 15:49:40 -0500
commit6306e54f45f11d503c85482d35dab996c887a5e1 (patch)
tree27d3f129ab3d9f9ace215489fdd4702b8417d165 /src
parentservice/erpt: Update function table (diff)
downloadyuzu-6306e54f45f11d503c85482d35dab996c887a5e1.tar.gz
yuzu-6306e54f45f11d503c85482d35dab996c887a5e1.tar.xz
yuzu-6306e54f45f11d503c85482d35dab996c887a5e1.zip
service/usb: Update function table
Updates the function table for IClientEpSession based off information provided by SwitchBrew.
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/usb/usb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/usb/usb.cpp b/src/core/hle/service/usb/usb.cpp
index f082a63bc..58a9845fc 100644
--- a/src/core/hle/service/usb/usb.cpp
+++ b/src/core/hle/service/usb/usb.cpp
@@ -73,7 +73,7 @@ public:
73 {3, nullptr, "Populate"}, 73 {3, nullptr, "Populate"},
74 {4, nullptr, "PostBufferAsync"}, 74 {4, nullptr, "PostBufferAsync"},
75 {5, nullptr, "GetXferReport"}, 75 {5, nullptr, "GetXferReport"},
76 {6, nullptr, "Unknown2"}, 76 {6, nullptr, "PostBufferMultiAsync"},
77 {7, nullptr, "Unknown3"}, 77 {7, nullptr, "Unknown3"},
78 {8, nullptr, "Unknown4"}, 78 {8, nullptr, "Unknown4"},
79 }; 79 };