mirror of
https://github.com/cathery/sys-con.git
synced 2024-12-25 18:15:39 +00:00
Revert post-output buffer sleep period
This commit is contained in:
parent
ba7a0b754f
commit
9e337015e2
@ -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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user