Merge pull request #13642 from sepalani/hid-log

IOS/USB: Change HIDv4.cpp LogLevel to avoid INTRMSG killing performance
This commit is contained in:
JMC47 2025-05-08 15:19:51 -04:00 committed by GitHub
commit 721175b0d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ std::optional<IPCReply> USB_HIDv4::IOCtl(const IOCtlRequest& request)
auto& system = GetSystem();
auto& memory = system.GetMemory();
request.Log(GetDeviceName(), Common::Log::LogType::IOS_USB);
request.Log(GetDeviceName(), Common::Log::LogType::IOS_USB, Common::Log::LogLevel::LDEBUG);
switch (request.request)
{
case USB::IOCTL_USBV4_GETVERSION: