I'VE GOOGLED THIS QUESTION AND SEARCHED THE FORUMS I PROMISE
Hello again,
I'm having an issue with Cemu not closing correctly. Hitting the close application button only brings Cemu out of fullscreen, a second press does nothing. I had to enable mouse control in Big Box in order to close the window itself once it comes out of fullscreen. What's strange is that if I close Cemu by hitting my escape key, and then hitting my close application button, then Cemu closes out.
My current Running AHK script looks like this:
$Esc::
{
WinClose, ahk_exe {{{StartupEXE}}}
}
I've tried the other options found in various posts for trying to get LB/BB to close with one ESC key, but ultimately I want it to just close from the push of my controller button. Can anyone help?