Prend ce module, il fonctionne très bien une fois que tu as configuré ta touche EXIT dans le "Settings.ini":
;----------------------------------------------------------------------------
; Nintendo Gamecube
; Dolphin Emulator
; by Monkeysez
; 1.0
;
; This script should work with any version of Dolphin Emulator.
; Stay up to date with the latest pre-compiled revision of Dolphin for greatest compatibility
; Found @
http://www.dolphin-emulator.com/download.html
;----------------------------------------------------------------------------
Run, %executable% /e "%romPath%%romName%%romExtension%", %emuPath%,
Process, WaitClose, %Executable%
ExitApp
CloseProcess:
Process, Close, %Executable%
return