Page 1 of 1

Mesen not closing properly

Posted: Wed Jun 07, 2017 1:53 am
by mGalaxian
Even though I've set Mesen to close with the Esc key, it stays in the background when mGalaxy is open, and then when I try to launch another game, it doesn't show up.

Can someone please create a script to fix this? I replaced the emulators name in the Snes9x script and compiled it with Autoit, but it didn't work.

Re: Mesen not closing properly

Posted: Wed Jun 07, 2017 1:08 pm
by mgalaxy
it stays in the background when mGalaxy is open
Do you mean that when you LAUNCH a game the emulator runs background...or when you QUIT the game the emulator goes background?

Check the command line that you've created by yourself (http://www.mgalaxy.com/forum/index.php?topic=1036.0)
In this line, 'hidden' should be set to false..is it the case?

Here is the correct line:

Code: Select all

<Cmd hidden="false" name="Mesen" value=""%path\%file%ext" /fullscreen /DoNotSaveSettings /MasterVolume=%volume(0,100)" extensions=".7z,.nes,.zip"/>

Re: Mesen not closing properly

Posted: Wed Jun 07, 2017 7:47 pm
by mGalaxian
Thank you for your replies to my topics. I replaced what I had done with your command instead, and it now works properly.