jdbecker20 [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=52726 How to exit splore with controller? <p>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 <a href="https://www.generalarcade.com/gamepadtool/">https://www.generalarcade.com/gamepadtool/</a> ) to generate the configuration for my controller and pasted the resulting config string to /home/pi/.lexaloffle/pico-8/sdl_controllers.txt</p> <p>(The config string looked like this:</p> <div> <div class=scrollable_with_touch style="width:100%; max-width:800px; overflow:auto; margin-bottom:12px"> <table style="width:100%" cellspacing=0 cellpadding=0> <tr><td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> <td background=/gfx/code_bg0.png> <div style="font-family : courier; color: #000000; display:absolute; padding-left:10px; padding-top:4px; padding-bottom:4px; "> <pre>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,</pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <p>)</p> <p>When I launch splore via &quot;pico8_dyn -splore&quot; , there doesn't appear to be any way for me to quit back to emulation station. other threads like this ( <a href="https://www.lexaloffle.com/bbs/?pid=39956#p">https://www.lexaloffle.com/bbs/?pid=39956#p</a> ) 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.</p> <p>Is this a bug, or am I missing something?</p> https://www.lexaloffle.com/bbs/?tid=42935 https://www.lexaloffle.com/bbs/?tid=42935 Tue, 18 May 2021 14:15:45 UTC