0364.html 1.6 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Updating 8BitDo Controller Firmware</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="How To,Tutorial,i12bretro,8BitDo,Firmware,Update,NES30,SNES30">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Updating 8BitDo Controller Firmware">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Updating 8BitDo Controller Firmware</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <ol>
  25. <li>Download the 8BitDo Firmware Update <a href="https://support.8bitdo.com/firmware-updater.html" target="_blank">Download</a></li>
  26. <li>Extract the downloaded .zip file</li>
  27. <li>Run 8BitDo Firmware Updated.exe</li>
  28. <li>Once the application has loaded, plug the 8BitDo controller into the PC with a USB micro cable</li>
  29. <li>Follow the prompts to complete the update process</li>
  30. </ol>
  31. </div>
  32. </div>
  33. </body>
  34. </html>