1234567891011121314151617181920212223242526272829303132333435 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Updating 8BitDo Controller Firmware</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="How To,Tutorial,i12bretro,8BitDo,Firmware,Update,NES30,SNES30">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Updating 8BitDo Controller Firmware">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <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>Updating 8BitDo Controller Firmware</h1>
- </div>
- <div></div>
- <div id="content">
- <ol>
- <li>Download the 8BitDo Firmware Update <a href="https://support.8bitdo.com/firmware-updater.html" target="_blank">Download</a></li>
- <li>Extract the downloaded .zip file</li>
- <li>Run 8BitDo Firmware Updated.exe</li>
- <li>Once the application has loaded, plug the 8BitDo controller into the PC with a USB micro cable</li>
- <li>Follow the prompts to complete the update process</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|