123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Connecting Ouya Controller to Windows 10 in 2021</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="Ouya,Controller,Windows,Bluetooth,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Connecting Ouya Controller to Windows 10 in 2021">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="06/16/2022 03:27:11 PM" />
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Connecting Ouya Controller to Windows 10 in 2021</h1>
- </div>
- <div></div>
- <div id="content">
- <h2>What You'll Need</h2>
- <ul>
- <li>An Ouya controller (obviously)</li>
- <li>A Windows 10 PC with bluetooth</li>
- </ul>
- <h2>Pairing the Controller</h2>
- <ol>
- <li>Press and hold the Ouya logo button on the controller for about 5 seconds, until the two center LEDs are flashing</li>
- <li>On the PC, right click the start button > Run</li>
- <li>Type devicepairingwizard > Press Enter</li>
- <li>The Ouya controller should show in the listing (may display as "Input device")</li>
- <li>Select it from the listing > Click Next</li>
- <li>Leave the passcode blank > Click Next</li>
- <li>After a few seconds, the controller should successfully pair with Windows</li>
- <li>Game</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|