Chromium Code Reviews| Index: content/browser/gamepad/data_fetcher_win.cc |
| =================================================================== |
| --- content/browser/gamepad/data_fetcher_win.cc (revision 113407) |
| +++ content/browser/gamepad/data_fetcher_win.cc (working copy) |
| @@ -66,6 +66,7 @@ |
| } |
| bool EnableXInput() { |
| + /* |
|
sky
2011/12/08 00:04:22
Is this intentional?
|
| // We have specified DELAYLOAD for xinput1_3.dll. If the DLL is not |
| // installed (XP w/o DirectX redist installed), we disable functionality. |
| __try { |
| @@ -74,6 +75,8 @@ |
| return false; |
| } |
| return true; |
| + */ |
| + return false; |
| } |
| } |