kyled871 0 Posted February 12, 2017 Hello everyone! So I've had this problem with Nestopia. I have two Xbox 360 controllers that I've configured with it. I didn't like the fact that if both weren't on, Nestopia would have a popup saying "One or more joysticks is not connected would you like to remap?" And no matter if I clicked Yes or No, it'd erase my config. So I set the .xml file to read only. That helped and I even managed to get rid if an annoying popup when I closed it saying "Can't save the configuration!" by copying a ePSX ahk script I found online. So what could I do to get rid of the popup "One or Joysticks is not connected"? I've looked everywhere online and on AHK forums and I can't figure out how to automatically close the window when opening a rom using Nestopia. Here's what I've tried: ClosePopup: WinClose, Nestopia return $Esc:: { Process, Close, {{{StartupEXE}}} } I'm not a coding expert, but I've tried examples similar to what I've read but nothing will get rid of that startup dialog box. I'm just trying to make my setup so I don't need to use a keyboard or mouse. Quote Share this post Link to post Share on other sites
kyled871 0 Posted February 12, 2017 That second part of the script works. It's just for closing a popup when exiting a rom with nestopia. Quote Share this post Link to post Share on other sites
DOS76 1,508 Posted February 12, 2017 In the Nestopia settings I believe you can turn off confirm on exit Quote Share this post Link to post Share on other sites
kyled871 0 Posted February 12, 2017 It's actually a problem that pops up on startup Quote Share this post Link to post Share on other sites
DOS76 1,508 Posted February 12, 2017 (edited) What is it Reread the original post I see it now. Edited February 12, 2017 by DOS76 Quote Share this post Link to post Share on other sites
kyled871 0 Posted February 12, 2017 Do you know anything about using auto hot key? Quote Share this post Link to post Share on other sites
DOS76 1,508 Posted February 12, 2017 Not really beyond copying other peoples scripts and slightly modifying them slightly if needed. Quote Share this post Link to post Share on other sites