Jump to content
LaunchBox Community Forums

AHK close annoying popup w/ Nestopia


kyled871

Recommended Posts

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.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...