diff --git a/nxbt/web/static/js/main.js b/nxbt/web/static/js/main.js index bdd031a..1e0c977 100644 --- a/nxbt/web/static/js/main.js +++ b/nxbt/web/static/js/main.js @@ -568,8 +568,8 @@ function updateGamepadDisplay() { } let timeOld = false; -let frequency = (1/240) * 1000; -let useRAF = false; +let frequency = (1/120) * 1000; +let useRAF = true; function eventLoop() { // Update x/y ratio for the sticks based on // pressed buttons if we're using a keyboard diff --git a/nxbt/web/templates/index.html b/nxbt/web/templates/index.html index c11d3da..9c7a38c 100644 --- a/nxbt/web/templates/index.html +++ b/nxbt/web/templates/index.html @@ -122,10 +122,10 @@

Input Sampling Frequency

Note: "Monitor Refresh Rate" is a more stable but