8-BitKiddo Posted January 17 Share Posted January 17 (edited) Hello, And yes, I know Yuzu is an obsolete emulator, but from my point of view still the best one for nintendo switch. So, recently I update my Yuzu to version EA-4176, but as I mentioned on the title it doesn't close from the pause menu, it shrink instead, here's what I tried: • Closing Yuzu with hotkeys (Ctrl+Q and Esc) without launchbox, and it worked, so the problem must be with launchbox. • The following scripts, separetly: $Esc:: { Process, Close, {{{StartupExe}}} } Sleep, 8000 Send Alt !{Enter} $Esc:: { Process, Close, {{{StartupEXE}}} } ; This section closes Yuzu when pressing Escape $Esc:: { WinClose, ahk_exe {{{StartupEXE}}} } Send {F5 down} Sleep 50 Send {F5 up} Sleep 250 WinClose, ahk_exe yuzu.exe Sleep 250 WinClose, ahk_exe yuzu-cmd.exe Sleep 250 WinClose, ahk_exe yuzu-room.exe ; This script presses F5, closes Yuzu related processes, and adds a small delay. F5:: Send {F5 down} Sleep, 50 Send {F5 up} Sleep, 250 ; Close Yuzu related processes with a delay WinClose, ahk_exe yuzu.exe Sleep, 250 WinClose, ahk_exe yuzu-cmd.exe Sleep, 250 WinClose, ahk_exe yuzu-room.exe Return If you got any idea what could solve this, please help me. Cheers! 🍻 Edited January 17 by 8-BitKiddo Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted January 17 Share Posted January 17 47 minutes ago, 8-BitKiddo said: And yes, I know Yuzu is an obsolete emulator, but from my point of view still the best one for nintendo switch. So, recently I update my Yuzu to version EA-4176, but as I mentioned on the title it doesn't close from the pause menu, it shrink instead, here's what I tried: • Closing Yuzu with hotkeys (Ctrl+Q and Esc) without launchbox, and it worked I don't know about 'updating' an obsolete emulator, but my notes say "No scripts necessary". They continue with "In Yuzu, change the Exit Yuzu HotKey to anything other than Escape. Do the same for Exit Fullscreen (change it to anything other than Escape). 1 Quote Link to comment Share on other sites More sharing options...
The Papaw Posted yesterday at 11:32 AM Share Posted yesterday at 11:32 AM On 1/17/2025 at 2:28 PM, JoeViking245 said: I don't know about 'updating' an obsolete emulator, but my notes say "No scripts necessary". They continue with "In Yuzu, change the Exit Yuzu HotKey to anything other than Escape. Do the same for Exit Fullscreen (change it to anything other than Escape). I am having similar issue with Xemu as it uses <CTRL><Q> to exit. Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted yesterday at 11:59 AM Share Posted yesterday at 11:59 AM 25 minutes ago, The Papaw said: I am having similar issue with Xemu as it uses <CTRL><Q> to exit. Different emulator. Different thread. But you'll find what you're after here. Quote Link to comment Share on other sites More sharing options...
The Papaw Posted yesterday at 12:03 PM Share Posted yesterday at 12:03 PM 4 minutes ago, JoeViking245 said: Different emulator. Different thread. But you'll find what you're after here. Thx Joe Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.