aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/usb/usb.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-09-27 11:44:17 -0700
committerGitHub <noreply@github.com>2021-09-27 11:44:17 -0700
commit90014ada8f5c38321bcb45160588902b1692f723 (patch)
tree77188f2178821b05ed5c4fa755b1a2ee1ba3907c /src/core/hle/service/usb/usb.cpp
parent5114819b6bb4f5d6d239bcd8261c86a6f5b4c5c7 (diff)
parentbc4b4e3f566658c06cc01ebcb821d20a7138945e (diff)
Merge pull request #7096 from german77/update_13.0.0
Update function tables to FW 13.0.0
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