Skip to content

Commit 34ae3f7

Browse files
committed
disable gamepad API workaround
1 parent c97000b commit 34ae3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/api_nw_window.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ function onClose(user_force) {
750750

751751
function get_nw() {
752752
try {
753-
appWindowNatives.FixGamePadAPI();
753+
//appWindowNatives.FixGamePadAPI();
754754
var nw0 = try_nw(window).nw;
755755
if (nw0)
756756
nw0.Window.get();

0 commit comments

Comments
 (0)