Skip to content

Commit 9ef780e

Browse files
authored
Merge pull request #1433 from ganeshprasads/wpe-2.38-gamepad-delay
Gamepad input delay of 5ms results in more delay in overall latency
2 parents 6e84da2 + 1447b17 commit 9ef780e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/WebCore/platform/gamepad/wpe/WPEGamepadProvider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
namespace WebCore {
3939

4040
static const Seconds connectionDelayInterval { 500_ms };
41-
static const Seconds inputNotificationDelay { 5_ms };
41+
static const Seconds inputNotificationDelay { 0_ms };
4242

4343
WPEGamepadProvider& WPEGamepadProvider::singleton()
4444
{

0 commit comments

Comments
 (0)