Skip to content

Latest commit

 

History

History
95 lines (59 loc) · 2.83 KB

controles_switch.md

File metadata and controls

95 lines (59 loc) · 2.83 KB

PAGINA PRINCIPAL

CONTROLES SWITCH DIY

En este proyecto aprenderemos a convertir nuestros controles en controles compatibbes con nuestro nintendo switch. Este proyecto esta basado en el trabajo de mitchellcairns

Y quiero agradecer a Ervin Olvera por ayudarme a terminar este proyecto.

Nuestro primer control sera el de SNES

FIRMWARE DONDE DEBES AGREGAR BOTONES EXTRAS
<script type="module" src="web/install-button.js?module">conectar</script>

----------------------------

FIRMWARE DONDE NO DEBES AGREGAR BOTONES EXTRAS
SELECT+L=ZL y SELECT+R=ZR
<script type="module" src="web/install-button.js?module">conectar</script>

Nuestro segundo control sera el de N64

<script type="module" src="web/install-button.js?module">conectar</script>

Nuestro tercer control sera el de NES

Con este firmware tu control sera detectado como control de NES
<script type="module" src="web/install-button.js?module"></script> Ah snap, your browser does not support WebSerial API! If you are using a mobile browser, this is expected. Please, move to the desktop version. Ah snap, you are not allowed to use this on HTTP!

Usa este POWER SWITCH con responsabilidad.

<script> // preload bg images var img1 = new Image(); var img2 = new Image(); img1.src="pswitch_h.png"; img2.src="pswitch_p.png"; </script>
Con este firmware tu control sera detectado como control de FAMICON
<script type="module" src="web/install-button.js?module">conectar</script>

Nuestro cuarto control sera el de PS1

<script type="module" src="web/install-button.js?module">conectar</script>