Dolphin, the GameCube and Wii emulator - Forums

Full Version: Controller mapping returning for Android?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
I am bringing this back up since it looks like someone has taken a task at doing controller features in the Android build, at least on-screen.


I am running an NVIDIA Shield TV and occasionally need to map my controllers.  While I have this mapping done already, there are a couple things I had to do manually, like add the sideways flag in for the WiiMote emulation in order to play Newer Super Mario.

I noticed a couple commits dealing with this flag and rotating and swapping controllers recently in the Android builds, but the last build I know that had mapping support and can map both Gamecube and Wii controllers was 4.0-8766.

So if a change had to be made say for that flag, or if I accidentally corrupted the ini while copying, it meant editing the ini file manually or reverting the version down to that, then upgrading back again once the changes are made.

If not already implemented (honestly haven't checked a build in about a month since Vulkan support became default), then are their plans to implement it?  Even if it was copy/paste the old controller mapping window code which I thought was removed because it didn't match the esthetics, but was functional.

Thanks,
Nathan
It's not as simple as copy/pasting the old code. It basically needs to be completely rewritten to work with the new settings UI. It shouldn't be too difficult though, I might have some time to work on it soon.
(10-28-2016, 07:38 AM)SeannyM Wrote: [ -> ]It's not as simple as copy/pasting the old code. It basically needs to be completely rewritten to work with the new settings UI. It shouldn't be too difficult though, I might have some time to work on it soon.

I figured it probably wasn't as easy as copy/paste, but was crossing my fingers just in case.
I do java/c++/c# development on the side (used to do it as career), but have really no android development experience besides the sample Android SDK stuff for GUI or I would have looked at it myself
but didn't want the code to wind up in worse shape than it was before I looked at it. Smile

Thank you.
Don't worry, and the android UI isn't such a big project. Just try it: https://github.com/dolphin-emu/dolphin/tree/master/Source/Android/app
I've got an implementation up in a PR, check it out here. If you want to try it, you can download an apk from the pr-android buildbot.

speedyrules

hey guys,

i would really appreciate if, you could implement this feature again
i can imagine it's a lot of work, but else the emulator is not so useful without the controllers Smile

(i tried the workaround with the 4.x versions.. but somehow i am to stupid to do this)

.. so it would be reeeeaaaaallllyy cool to set a higher priority on this task Smile

thank you Smile
speedyrules: Did you even read the comment before yours?
(10-31-2016, 09:58 AM)SeannyM Wrote: [ -> ]I've got an implementation up in a PR, check it out here. If you want to try it, you can download an apk from the pr-android buildbot.

SeannyM, thanks for the work on this one! I can't seem to find the apk. Where exactly is it located? Sorry for the lack of knowledge here..
Search for the PR number 4410 in https://dl.dolphin-emu.org/prs/
Pages: 1 2 3 4 5