From 9e337015e2247e09d3738eaa3810dcd3d3b1d201 Mon Sep 17 00:00:00 2001 From: cathery Date: Sat, 9 Nov 2019 02:37:16 +0300 Subject: [PATCH] Revert post-output buffer sleep period --- SwitchUSB/source/SwitchHDLHandler.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/SwitchUSB/source/SwitchHDLHandler.cpp b/SwitchUSB/source/SwitchHDLHandler.cpp index a88c9d4..7ee8683 100644 --- a/SwitchUSB/source/SwitchHDLHandler.cpp +++ b/SwitchUSB/source/SwitchHDLHandler.cpp @@ -146,10 +146,7 @@ void SwitchHDLHandler::UpdateInput() void SwitchHDLHandler::UpdateOutput() { if (R_SUCCEEDED(GetController()->OutputBuffer())) - { - svcSleepThread(1e+7L); return; - } if (DoesControllerSupport(GetController()->GetType(), SUPPORTS_RUMBLE)) {