Hi forum,
Im using Duckstation but I cant exit it using Esc or any key for that matter when in mGalaxy.
John, could you cook up a script for me?
ESC exit shortcut for Duckstation
From your message I understand that you have already created an entry in the 'Emulators.xml' file for 'Duckstation' and that you just need the script. In that case, here it is!
Dont forget to set in the Duckstation entry!
Dont forget to set
Code: Select all
script="true"
- Attachments
-
[The extension has been deactivated and can no longer be displayed.]
-
- Jr. Member
- Posts: 27
- Joined: Sun Apr 24, 2016 3:40 pm
OK! Forget about the script, you can simply delete it.
Open the Emulators.xml file and add this code block and suppress the one you entered (I suppose that you know how to do )
Open the Emulators.xml file and add this code block and suppress the one you entered (I suppose that you know how to do )
Code: Select all
<Emulator name="DuckStation" hidden="false">
<Systems>
<System name="Sony PS1" option="" script="false" cmd="-fullscreen -batch "%path\%file%ext"" extensions="bin|cue|img|chd|ecm|mds|mdf|pbp"/>
</Systems>
<Requirement>DuckStation comes in 2 versions, one with GUI, one without. Preferably choose the one without: duckstation-qt-x64-ReleaseLTCG.exe</Requirement>
</Emulator>
Last edited by mgalaxy on Fri Apr 28, 2023 7:59 pm, edited 1 time in total.
-
- Jr. Member
- Posts: 27
- Joined: Sun Apr 24, 2016 3:40 pm
Absolutely diabolically awesome. Works like a charm. Thank you!
-
- Jr. Member
- Posts: 27
- Joined: Sun Apr 24, 2016 3:40 pm
Just to let anyone know reading this thread> The duckstation script that the administrator attached down below ended up being totally necessary for this to work. So dont delete it. In any regard keep it just in case.