erebus316 Posted 6 hours ago Posted 6 hours ago (edited) Hey everyone, not sure if something changed with either LB or Sudachi but all of a sudden Sudachi leaves a process open when closing. I have set esc to be the hot key exit in sudachi and am using the following as my running AHK under Sudachi $Esc:: { WinClose, ahk_exe {{{StartupEXE}}} } Any ideas would could cause Sudachi to stay open? It happens with every game, if i play 4 game i end up with 4 Sudachi Processes that wont close. Thanks! EDIT: After messing with it a bunch the last few days I went back to an old AHK i had: $Esc:: { Process, Close, {{{StartupEXE}}} } This one didn't work properly yesterday, but now it works fine? Not sure nothing else has changed except the AHK. Oh well glad its fixed, this thread can be deleted THANKS! Edited 6 hours ago by erebus316 Quote
JoeViking245 Posted 5 hours ago Posted 5 hours ago 34 minutes ago, erebus316 said: Hey everyone, not sure if something changed with either LB or Sudachi but all of a sudden Sudachi leaves a process open when closing. I have set esc to be the hot key exit in sudachi "Process, Close.." is the brute-force method to exit a process. Think of it like unplugging your computer to shut it down. Not recommended. Though there are some apps that do need that extra "push". e.g. joytokey.exe does Since sudachi is a fork of Yuzu, you should be able to exit via LaunchBox without needing a Running Script. To make it work: Open sudachi Click Emulation - Configure In General, go to the Hotkeys tab Set both Exit Fullscreen and Exit sudachi to anything other than Escape Click OK to save & close Exit the emulator In LaunchBox, remove the Escape sequence (code) from the Running Script section. Then, using the key/button/combo you assigned in LaunchBox ("Exit Game") or Big Box ("Close the Active Window") should close it without issue. Quote
erebus316 Posted 2 hours ago Author Posted 2 hours ago Thanks, I use esc to exit games when I try to set it in LB it closes the window instead of setting it. The setup I have works so I'll just stick with that 1 Quote
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.