Okay, so I’ve been doing some experimenting and trying to come up with a way to manually configure my non-motion plus Wii remote/Classic Controller to RetroArch 1.2. Well, the good news is I can easily edit the config files, the bad news is I believe I’m incorrectly mapping the buttons. Where I think the corresponding Clcassic Controller buttons are likely referring to somewhere else in the config files, I don’t know where the emulator is looking for the bound keys. For example, the layout of the config files seems a bit daunting, as I’m unable to figure out what goes with what, or if I’m even assigning the correct mappings to the right buttons, I don’t know, I just mucked around guessing more than half the time, but the fact I was able to load the config file I wanted was easy enough to do.
Sample of the text document, using notepad++ to edit it:
input_player1_b = “z” - Why is this called Z input_player1_b_btn = “17” Is that how the Classic Controller labels it in hexadecimal? If so then 17 in numerical would be 10 in hex as it comes after 0F. IDK lol. input_player1_b_axis = “nul” - B button axis? Why is that vital? I don’t know that lol. input_player1_y = “a” input_player1_y_btn = “16” input_player1_y_axis = “nul”
The values I guessed on as I don’t know how to actually map the config file manually. PEBKAC errors abound.
The part where it says “z” when it’s the b button, or the b button axis, that’s the part that’s throwing me off. Top that off with the fact that I don’t know if the input should be Android or HID, whether Retropad or Retropad_keyboard, and auto_config is enabled for the input. I have tried many things, editing the files like I mentioned, syncing the Wii remote/CC with the right app and then loading up RetroArch 1.2, the the IME type is WiiRemoteIME via the controller app, so it is indeed the right one to use as every other emulator I have works with it fine. I know my controller isn’t the issue as I’m on Android 4.1.2 (the device is rooted with two Android OSes on it). I don’t know what it is I’m doing wrong, as the Wii remote support is there, it has to be done manually, which I’ve no problem is, and I need some help on making sure I set up all the input device settings correctly on the emulator, so I don’t screw it up; I get the impression that my issue is very easy to resolve as I feel really close. Is there an app I can find that tells me what the values are, like something to calibrate the Wii Classic Controller so I can change the core configuration to actually accept my Wii remote input? Thank you