Author Topic: desmume when exiting doesnt go back to mgalaxy main menu  (Read 4268 times)

lucillez1

  • Newbie
  • *
  • Posts: 4
Re: desmume when exiting doesnt go back to mgalaxy main menu
« Reply #7 on: March 03, 2019, 07:54:09 AM »
thanks everyone for you help i tried retroarch with desnume and the exit worked perfectly

Aeliss

  • Hero Member
  • *****
  • Posts: 900
Re: desmume when exiting doesnt go back to mgalaxy main menu
« Reply #6 on: March 03, 2019, 07:39:46 AM »
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]
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 ?
« Last Edit: March 03, 2019, 07:43:35 AM by Aeliss »

lucillez1

  • Newbie
  • *
  • Posts: 4
Re: desmume when exiting doesnt go back to mgalaxy main menu
« Reply #5 on: March 01, 2019, 11:54:00 PM »
yes i have aeliss it just keeps minimizing to windows  any other suggestions anyone

Aeliss

  • Hero Member
  • *****
  • Posts: 900
Re: desmume when exiting doesnt go back to mgalaxy main menu
« Reply #4 on: March 01, 2019, 12:11:20 PM »
Have you check the checkbox "use script if available" in mGalaxyRunway ?

lucillez1

  • Newbie
  • *
  • Posts: 4
Re: desmume when exiting doesnt go back to mgalaxy main menu
« Reply #3 on: March 01, 2019, 02:59:33 AM »
yes thats correct jmd when you press escape it minimize to windows not back to mgalaxy

jmd

  • Full Member
  • ***
  • Posts: 209
    • Email
Re: desmume when exiting doesnt go back to mgalaxy main menu
« Reply #2 on: March 01, 2019, 12:38:52 AM »
Quote
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?

lucillez1

  • Newbie
  • *
  • Posts: 4
desmume when exiting doesnt go back to mgalaxy main menu
« Reply #1 on: February 28, 2019, 07:27:04 AM »
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