yes, I know the "right click and select Launch With" option but unfortunately it's only in launchbox and not in bigbox.
I like your autohotkey script but, considering that I am forced to disable the pause screen, how can I continue the script inside the game to make pressing a joypad key for quit dolphin?
Usually in the emulator configuration I can use this:
; for exit with one press of XBOX Guide Button
$ vk07 ::
Process, Close, {{{StartupEXE}}}
Process, Close, Dolphin.exe
I tried to insert it in the script, or in the configuration of the launchbox emulator but in no way it works