ESC exit shortcut for Simple64
-
- Newbie
- Posts: 27
- Joined: Sun Apr 24, 2016 3:40 pm
Whenever you have time, could you make a script to exit simple64 as well?
Sorry, I can't help with this one as I can't test it afterwards, simple64 crash on my pc.
Aeliss, if you are passing by, can you test that the ordinary way to exit works here please?
or
Aeliss, if you are passing by, can you test that the ordinary way to exit works here please?
Code: Select all
Func Terminate()
While ProcessExists ( $PID )
ProcessClose ( $PID )
WEnd
Exit 0
EndFunc
Code: Select all
Func Terminate()
Send("!+{F4}",0)
Exit 0
EndFunc
I have copied the script file used for 1964 (use the method) and it works perfectly.
Code: Select all
ProcessClose ( $PID )
Aeliss,
One last thing if you don't mind so that I can provide a solution to Thelundsgaard:
Do you have a reference of the command line arguments allowed by simple64?
Can you confirm me that it launches with a simple:
Thanks
One last thing if you don't mind so that I can provide a solution to Thelundsgaard:
Do you have a reference of the command line arguments allowed by simple64?
Can you confirm me that it launches with a simple:
Code: Select all
simple64-gui.exe "path\to\rom"
Yep, I m using an old mgalaxy version but I m using
And have selected simple64-gui.exe
Haven't found parameter for full screen.
Code: Select all
<Emulator name="Simple64" hidden="false">
<Systems>
<System name="Nintendo 64" option="" script="true" cmd=""%path\%file%ext"" extensions="n64|z64|zip"/>
</Systems>
<Requirement>
<b>To quit emulator using the ESC key</b>
This feature is not available in the emulator. mGalaxy will take care of it with a script.</Requirement>
</Emulator>
And have selected simple64-gui.exe
Haven't found parameter for full screen.
@Aeliss Thanks a lot mate
@THELUNDSGAARD
1. Add this entry inside Emulators.xml
2. Add the 'simple64.au3' file (attached to this message) into mGalaxy\Data\Scripts folder!
@THELUNDSGAARD
1. Add this entry inside Emulators.xml
Code: Select all
<Emulator name="simple64" hidden="false">
<Systems>
<System name="Nintendo 64" option="" script="true" cmd=""%path\%file%ext"" extensions="n64|v64|z64|rom|zip|7z"/>
</Systems>
<Requirement><b>To quit emulator using the ESC key</b>
This feature is not available in the emulator. mGalaxy will take care of it with a script.
<b>To set the emulator to fullscreen</b>
simple64-gui.exe > Settings > Core and Video Settings > ParaLLEI Video > Check 'Fullscreen'</Requirement>
</Emulator>
-
- Newbie
- Posts: 27
- Joined: Sun Apr 24, 2016 3:40 pm
Sorry for the late reply. It now exits as intended.
Thanks you, both of you. You are invaluable to the community.
Thanks you, both of you. You are invaluable to the community.