Fix "patchPollGamepads" patch

This commit is contained in:
redphx
2025-06-06 07:27:34 +07:00
parent 3a3fc77e83
commit fad91d14a6
3 changed files with 3 additions and 3 deletions

View File

@@ -136,7 +136,7 @@ const PATCHES = {
},
patchPollGamepads(str: string) {
const index = str.indexOf('},this.pollGamepads=()=>{');
const index = str.indexOf('()(this,"pollGamepads",');
if (index < 0) {
return false;
}