Log In  
Follow
jdbecker20
[ :: Read More :: ]

I'm using Pico-8 v0.2.2c with an 8BitDo SN30 pro usb controller on a raspberry pi 4 running RetroPie. I used the gamepadtool recommended by others (seen here https://www.generalarcade.com/gamepadtool/ ) to generate the configuration for my controller and pasted the resulting config string to /home/pi/.lexaloffle/pico-8/sdl_controllers.txt

(The config string looked like this:

030000005e0400008e02000014010000,8bitdo SN30 pro,platform:Linux,a:b0,b:b1,x:b2,y:b3,back:b6,guide:b8,start:b7,leftstick:b9,rightstick:b10,leftshoulder:b4,rightshoulder:b5,dpup:h0.1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,leftx:a0,lefty:a1,rightx:a3,righty:a4,lefttrigger:a2,righttrigger:a5,

)

When I launch splore via "pico8_dyn -splore" , there doesn't appear to be any way for me to quit back to emulation station. other threads like this ( https://www.lexaloffle.com/bbs/?pid=39956#p ) have given me the impression that the menu button should open up a menu that allows me to quit, but besides the arrow buttons, the only buttons that do anything in splore for me are B, Y, and RightTrigger, all of which do the same thing: select whatever I have currently highlighted. This sounds like the behavior from 0.1.10 and earlier.

Is this a bug, or am I missing something?

P#92136 2021-05-18 14:15 ( Edited 2021-05-18 14:16)