Page 1 of 1
desmume when exiting doesnt go back to mgalaxy main menu
Posted: Thu Feb 28, 2019 1:27 pm
by lucillez1
i would like to ask if anyone knows how to configure desmume emulator to go back to main menu of games list in mgalaxy so i can choose another game again
Re: desmume when exiting doesnt go back to mgalaxy main menu
Posted: Fri Mar 01, 2019 6:38 am
by jmd
i would like to ask if anyone knows how to configure desmume emulator to go back to main menu of games list in mgalaxy so i can choose another game again
This is handled by mGalaxy itself!...so you mean that you don't get back to mGalaxy when pressing 'Esc' once in Desmume?
Re: desmume when exiting doesnt go back to mgalaxy main menu
Posted: Fri Mar 01, 2019 8:59 am
by lucillez1
yes thats correct jmd when you press escape it minimize to windows not back to mgalaxy
Re: desmume when exiting doesnt go back to mgalaxy main menu
Posted: Fri Mar 01, 2019 6:11 pm
by Aeliss
Have you check the checkbox "use script if available" in mGalaxyRunway ?
Re: desmume when exiting doesnt go back to mgalaxy main menu
Posted: Sat Mar 02, 2019 5:54 am
by lucillez1
yes i have aeliss it just keeps minimizing to windows any other suggestions anyone
Re: desmume when exiting doesnt go back to mgalaxy main menu
Posted: Sun Mar 03, 2019 1:39 pm
by Aeliss
I have a new try with the last version and a clean setup.
I have just uncheck "show toolbar" in "view", and all is working.
Perhaps it's because I have an older mGalaxy version, but the script is still the same
Code: Select all
hotkeyset("{esc}", "Terminate")
;load application
local $PID = Run ( '"' & $app & '" ' & $command )
;wait for window to be active
WinWaitActive("DeSmuME")
;then set it fullscreen
Send("!{Enter}")
;waiting loop
While ProcessExists ( $PID )
Sleep(500)
WEnd
;exit
exit 0
;*************************************
;functions
Func Terminate()
Send("!+{F4}",0)
Exit 0
EndFunc
The script send alt+F4 when you press escape, try to use alt+F4 yourself to see if it's work ?
Re: desmume when exiting doesnt go back to mgalaxy main menu
Posted: Sun Mar 03, 2019 1:54 pm
by lucillez1
thanks everyone for you help i tried retroarch with desnume and the exit worked perfectly