Jump to content
LaunchBox Community Forums

Yuzu Early Acess 4176 Doesn't Close from the Pause Menu


8-BitKiddo

Recommended Posts

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 by 8-BitKiddo
Link to comment
Share on other sites

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).

  • Like 1
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...