![]() |
|
Controller mapping returning for Android? - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Android (https://forums.dolphin-emu.org/Forum-android) +--- Thread: Controller mapping returning for Android? (/Thread-controller-mapping-returning-for-android) |
Controller mapping returning for Android? - nitro001 - 10-27-2016 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 RE: Controller mapping returning for Android? - SeannyM - 10-28-2016 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. RE: Controller mapping returning for Android? - nitro001 - 10-28-2016 (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. ![]() Thank you. RE: Controller mapping returning for Android? - degasus - 10-28-2016 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 RE: Controller mapping returning for Android? - SeannyM - 10-31-2016 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. RE: Controller mapping returning for Android? - speedyrules - 10-31-2016 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 ![]() (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 ![]() thank you
RE: Controller mapping returning for Android? - degasus - 10-31-2016 speedyrules: Did you even read the comment before yours? RE: Controller mapping returning for Android? - ngs428 - 11-01-2016 (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.. RE: Controller mapping returning for Android? - degasus - 11-01-2016 Search for the PR number 4410 in https://dl.dolphin-emu.org/prs/ RE: Controller mapping returning for Android? - rclong - 11-01-2016 https://dl.dolphin-emu.org/prs/pr-4410-dolphin-latest.apk |