Jump to content
LaunchBox Community Forums

kyled871

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by kyled871

  1. My computer runs everything through Kodi on startup. Certain games especially on the Ps1 emulator and every Steam game mess up Kodi's window resolution when exiting the game or emulator. The only way to reset it to exit Kodi and open it back up. Is there any video settings I may not have messed with to keep this from happening?

     

     

    IMG_9786.JPG

    IMG_9787.JPG

  2. 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.

     

×
×
  • Create New...