Well im still getting system memory error 160-2203 after renaming mgba.rpx to retroarch.rpx and placing it in wiiu/apps/retroarch the system memory error happens less often now though.

Hmm strange does not happen for me and I use retroarch for hours each day lol.Well im still getting system memory error 160-2203 after renaming mgba.rpx to retroarch.rpx and placing it in wiiu/apps/retroarch the system memory error happens less often now though.
Try other cores.Well im still getting system memory error 160-2203 after renaming mgba.rpx to retroarch.rpx and placing it in wiiu/apps/retroarch the system memory error happens less often now though.
It happened to me once too, BUT the big difference this time is it just go away in the second boot, no need to delete config files every time.Well im still getting system memory error 160-2203 after renaming mgba.rpx to retroarch.rpx and placing it in wiiu/apps/retroarch the system memory error happens less often now though.

Yep it only does it for me now if it does not like a rom. Had it happen with my outrun rom which turned out to be a bad download and as you said you no longer get need to remove the cfg filesIt happened to me once too, BUT the big difference this time is it just go away in the second boot, no need to delete config files every time.
Can you enable multi users to control the menu via config file? If that so how?Keep in mind that the "All users control menu" setting is currently broken, so if you try to assign a HID controller to player 1 via the menu, you will lose menu control and become stuck. Editing the config file directly works in this case however.

Intreasting I have switched numerous snes roms with zero problems. Did the Snes rom that gave the error work on 1.5 it could be a bad rom happened to me with outrun and I redownloaded it and it now works fine.Just experienced a DSI Error with the main Snes9x core after loading two games, with the 1.6.0 stable version .__.
Forgot to take pic, sorry
Intreasting I have switched numerous snes roms with zero problems. Did the Snes rom that gave the error work on 1.5 it could be a bad rom happened to me with outrun and I redownloaded it and it now works fine.

Can you enable multi users to control the menu via config file? If that so how?![]()
You need the controller mapped to at least one retroarch input device before you can use it in the menu.Setting this via the menu works (the change is reflected in the config), it just isn't being respected by the app.
I have a feeling this broke when @Maschell added the HID code, as I seem to remember it working correctly before that.
Hi @R0B0T0, I can only quote my post.
Like I said: you need to have the controller mapped to one retroarch device index. If it's not mapped, you can use it, even with the "All users control menu".
This was also the case before I added my code
I just double checked it. I can use my GC-Controller and Gamepad for the menu at the same time.
The GC-Pad is mapped to device index 0, the gamepad to device index 15.
Could you post the lines to be changed in the config? For the life of mine couldn't get both GC and Gamepad controller to work at the same time via RA input menuI just double checked it. I can use my GC-Controller and Gamepad for the menu at the same time.
The GC-Pad is mapped to device index 0, the gamepad to device index 15.
I just want to be able to control the menu with both controllers, it's annoying staying in bed with the Gamepad and find out that RA last session keep the Wii U Pro/Wiimote/hid as player 1, because the only way to navigate the menu is getting up and go for the other god damn controller@cucholix If you want GC as P1 and Wii U Gamepad as P2, and assuming the GC controller is the first HID device (Port # 5):
input_device_p1 = "0"
input_player1_joypad_index = "5"
input_libretro_device_p1 = "1"
input_player1_analog_dpad_mode = "0"
input_device_p2 = "0"
input_player2_joypad_index = "0"
input_libretro_device_p2 = "1"
input_player2_analog_dpad_mode = "0"
Keep in mind you will need number of players set to 6 or higher.
Also, your particular GC adapter needs to supported (otherwise you will need to make your own config file with the help of HIDTest).
You should "Bind default all" for P1 and P2 before trying this (clearing any manual bindings) , to ensure Autocofig works correctly when changing controllers.
I just want to be able to control the menu with both controllers, it's annoying staying in bed with the Gamepad and find out that RA last session keep the Wii U Pro/Wiimote/hid as player 1, because the only way to navigate the menu is getting up and go for the other god damn controller![]()
Not to sound crazy. But did you try setting your max users to 15, and then setting the gamepad to 15, then the other controller to 0? I only ask as that is the way it was being explained.The "All users control menu" option is really the only directly related setting (assuming that all controllers are correctly assigned and mapped). I just updated to 1.6, but still no luck getting multiple (assigned) controllers to navigate the menu.