Retrode Forum

General Category => General Discussion => Topic started by: Naudiz on 28/Jun/2012 04:08:37 PM

Title: Retrode on Wii with SNES Gamepads?
Post by: Naudiz on 28/Jun/2012 04:08:37 PM
Hi!

As most of you probably know already, the Retrode works pretty well on a Wii with HomebrewChannel and Snes9xGX.
However I was wondering if anyone has already tried to make the Retrode's SNES-Gamepad Connectors also work?

I've already googled around a little bit and found out that a HID-Driver for the Wii is probably too complicated to code. But the Retrode has Keyboard Emulation and USB-Keyboards are no problem for the Wii. Only Snes9xGX is missing Keyboard-Support, probably because the Author didn't think anyone would want to play SNES Games with a Keyboard :)

Do we have any talented coders here who would be able and willing to modify Snes9xGX's source code, so it could work with the Retrode's KB-mode? Or does anyone know if the original Author of Snes9xGX is aware of the Retrode and might be willing to implement this feature by himself?

It would be too awesome if I was able to play SNES games on the Wii with the original gamepads :D
Title: Re: Retrode on Wii with SNES Gamepads?
Post by: Matthias_H on 30/Jun/2012 07:11:50 AM
Have you been in touch with anyone involved in the SNES9xGX port? Not sure if they read this forum... Anyway, the Retrode's Keyboard Mode follows the Boot Protocol and hence should be as compatible as it gets. (You should, for instance, be able to control the BIOS setup of your computer with it, at least as far as the keys are mapped right).
Title: Re: Retrode on Wii with SNES Gamepads?
Post by: revvv on 01/Aug/2019 07:36:47 AM
Good news: I forked Snes9x GX and added USB support for the gamepads:

https://github.com/revvv/snes9xgx-retrode
Title: Re: Retrode on Wii with SNES Gamepads?
Post by: newbie2 on 07/Aug/2019 06:49:29 PM
Sweet. Do you think you could do something similar for n64 controller support in a wii n64 emulator?
Title: Re: Retrode on Wii with SNES Gamepads?
Post by: revvv on 11/Aug/2019 01:34:33 PM
I have no N64 controller. Check Nintendont if it supports it.
Title: Re: Retrode on Wii with SNES Gamepads?
Post by: revvv on 12/Aug/2019 03:34:54 PM
Even more good news:

Retrode is now supported in the RetroArch Wii version. (Nightly build.) Thanks for merging in my fork!