summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/usb/usb.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-09-27 20:44:17 +0200
committerGitHub <noreply@github.com>2021-09-27 20:44:17 +0200
commit90014ada8f5c38321bcb45160588902b1692f723 (patch)
tree77188f2178821b05ed5c4fa755b1a2ee1ba3907c /src/core/hle/service/usb/usb.cpp
parentMerge pull request #7078 from ameerj/vc-jthread-fixes (diff)
parentservice/es: Update to 13.0.0 (diff)
downloadyuzu-90014ada8f5c38321bcb45160588902b1692f723.tar
yuzu-90014ada8f5c38321bcb45160588902b1692f723.tar.gz
yuzu-90014ada8f5c38321bcb45160588902b1692f723.tar.bz2
yuzu-90014ada8f5c38321bcb45160588902b1692f723.tar.lz
yuzu-90014ada8f5c38321bcb45160588902b1692f723.tar.xz
yuzu-90014ada8f5c38321bcb45160588902b1692f723.tar.zst
yuzu-90014ada8f5c38321bcb45160588902b1692f723.zip
Diffstat (limited to 'src/core/hle/service/usb/usb.cpp')
-rw-r--r--src/core/hle/service/usb/usb.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/hle/service/usb/usb.cpp b/src/core/hle/service/usb/usb.cpp
index 7f436c3bb..2ee103b37 100644
--- a/src/core/hle/service/usb/usb.cpp
+++ b/src/core/hle/service/usb/usb.cpp
@@ -97,7 +97,7 @@ public:
{3, nullptr, "GetAlternateInterface"},
{4, nullptr, "GetCurrentFrame"},
{5, nullptr, "CtrlXferAsync"},
- {6, nullptr, "Unknown6"},
+ {6, nullptr, "GetCtrlXferCompletionEvent"},
{7, nullptr, "GetCtrlXferReport"},
{8, nullptr, "ResetDevice"},
{9, nullptr, "OpenUsbEp"},
@@ -183,8 +183,8 @@ public:
{4, nullptr, "GetHostPdcFirmwareRevision"},
{5, nullptr, "GetHostPdcManufactureId"},
{6, nullptr, "GetHostPdcDeviceId"},
- {7, nullptr, "AwakeCradle"},
- {8, nullptr, "SleepCradle"},
+ {7, nullptr, "EnableCradleRecovery"},
+ {8, nullptr, "DisableCradleRecovery"},
};
// clang-format on