1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-07-01 01:38:44 +00:00

Revert post-output buffer sleep period

This commit is contained in:
cathery 2019-11-09 02:37:16 +03:00
parent ba7a0b754f
commit 9e337015e2

View File

@ -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))
{