Jayinem Posted January 27, 2021 Share Posted January 27, 2021 (edited) For one pressing F11 doesn't work for me I can only check the box in the options to make it fullscreen. I read where someone made it fullscreen then hit alt+F4 to exit and then it stayed fullscreen on future launches. I hit alt+F4 it exits but when I relaunch it isn't fullscreen. I've even tried WindowsBorderlessGaming which usually works for most apps but not this one. I wish they would just have an option like Ryujinx where you check the box for auto fullscreen but doesn't exist. I don't think Yuzu has any command lines that I can add to Launchbox but I could be wrong. I've tried adding ahk script like send F11 and maybe it would have worked but like I said F11 is not making it fullscreen for me just by hitting the key Edited January 27, 2021 by Jayinem Quote Link to comment Share on other sites More sharing options...
turntablez Posted February 11, 2021 Share Posted February 11, 2021 I am wondering the same. Has anyone found a solution? Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted February 11, 2021 Share Posted February 11, 2021 On 1/27/2021 at 10:15 AM, Jayinem said: I read where someone made it fullscreen then hit alt+F4 to exit and then it stayed fullscreen on future launches I read that too but had no luck either. Well, I think it worked once but couldn't reproduce it again after that. On 1/27/2021 at 10:15 AM, Jayinem said: pressing F11 doesn't work for me Go into Configure.. - Hotkeys and verify that the Fullscreen Action is set to F11. In the back o f my head I think I also [had to?] remapped "Exit Fullscreen" to something arbitrary like "J". 50 minutes ago, turntablez said: Has anyone found a solution? I gave up on all the other theories that [supposedly] "work" and just put this in the Running AutoHotkey Script for the yuzu emulator. SetTitleMatchMode, 2 Loop { ifwinactive, yuzu { send {F11} break } } Sleep, 1000 SetKeyDelay, -1, 110 MouseMove, 1920, 0, 0 This will 'hang around' until the yuzu window is active, 'press' F11, then 1 second later move the mouse cursor to the top right corner of the screen. Quote Link to comment Share on other sites More sharing options...
bearman Posted February 11, 2021 Share Posted February 11, 2021 Found post on Reddit. "Entered the command line "-f -g" into Launchbox for Yuzu Emulator and it worked perfectly." This worked for me also. 8 3 Quote Link to comment Share on other sites More sharing options...
Your Friendly A.I Overlord Posted February 11, 2021 Share Posted February 11, 2021 (edited) 3 minutes ago, bearman said: Found post on Reddit. "Entered the command line "-f -g" into Launchbox for Yuzu Emulator and it worked perfectly." This worked for me also. You beat me to it. But you must be on a recent build for this to work. Edited February 11, 2021 by Koroth 3 Quote Link to comment Share on other sites More sharing options...
Jayinem Posted February 11, 2021 Author Share Posted February 11, 2021 (edited) The problem for me in the first place was that I forgot I was using F11 as a key for another AHK script. Once I disabled that I was able to add Sleep, 5000 SetKeyDelay, -1, 110 Send {F11} Return Sleep, 5000 SetKeyDelay, -1, 110 MouseMove, 0, 2160, 0, R $Esc:: { Process, Close, {{{StartupEXE}}} } In launchbox and it worked. But it seems people above have found another way. As long as it works it's all good. Edited February 11, 2021 by Jayinem Quote Link to comment Share on other sites More sharing options...
turntablez Posted February 13, 2021 Share Posted February 13, 2021 On 2/11/2021 at 9:36 AM, bearman said: Found post on Reddit. "Entered the command line "-f -g" into Launchbox for Yuzu Emulator and it worked perfectly." This worked for me also. Hi! Yes this did work I found the answer on github at this link: https://github.com/yuzu-emu/yuzu/issues/5331 I want to describe my setup too. I am running the portable version of Yuzu. I update with a cool little app called EzYuzu. This will update your portable version. I will link you to it. https://github.com/amakvana/EzYuzu I run my games folder with Yuzu games off a usb drive and Yuzu is on my main drive. So the games are not within Yuzu. Just my preference. I have some screenshots of my setup in Manage Emulators area in Launchbox. 1 Quote Link to comment Share on other sites More sharing options...
DavrosKaled Posted April 19, 2021 Share Posted April 19, 2021 On 2/12/2021 at 3:36 AM, bearman said: Found post on Reddit. "Entered the command line "-f -g" into Launchbox for Yuzu Emulator and it worked perfectly." This worked for me also. This 100000% works. Thank you so much Bearman. 1 Quote Link to comment Share on other sites More sharing options...
mohanned85 Posted May 24, 2021 Share Posted May 24, 2021 anyway if i press esc it quits yuzu thx Quote Link to comment Share on other sites More sharing options...
Wippomonster Posted June 22, 2021 Share Posted June 22, 2021 On 2/11/2021 at 8:36 AM, bearman said: Found post on Reddit. "Entered the command line "-f -g" into Launchbox for Yuzu Emulator and it worked perfectly." This worked for me also. Thank you!!! ♥ 1 Quote Link to comment Share on other sites More sharing options...
5thWolf Posted September 11, 2021 Share Posted September 11, 2021 On 2/11/2021 at 9:36 AM, bearman said: Found post on Reddit. "Entered the command line "-f -g" into Launchbox for Yuzu Emulator and it worked perfectly." This worked for me also. This was super simple wow! Worked perfectly!!! Yuzu Version 746 Quote Link to comment Share on other sites More sharing options...
gareth_iowc Posted February 28, 2022 Share Posted February 28, 2022 On 2/13/2021 at 2:54 PM, turntablez said: Hi! Yes this did work I found the answer on github at this link: https://github.com/yuzu-emu/yuzu/issues/5331 I want to describe my setup too. I am running the portable version of Yuzu. I update with a cool little app called EzYuzu. This will update your portable version. I will link you to it. https://github.com/amakvana/EzYuzu I run my games folder with Yuzu games off a usb drive and Yuzu is on my main drive. So the games are not within Yuzu. Just my preference. I have some screenshots of my setup in Manage Emulators area in Launchbox. This works perfect! Thanks Quote Link to comment Share on other sites More sharing options...
Jan Olvier Posted December 19, 2022 Share Posted December 19, 2022 Hello is there a nother solution for the latest version? Ive tried the -f-g Command and the Code in AutoHotkeyscript neither of them worked. Are these the right scripts? Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted December 19, 2022 Share Posted December 19, 2022 56 minutes ago, Jan Olvier said: Ive tried the -f-g Command If you tried it like that, it simply won't work. (or were you just typing too fast?) There needs to be a space between the "f" and the "-" after the "f". Quote Link to comment Share on other sites More sharing options...
Jan Olvier Posted December 19, 2022 Share Posted December 19, 2022 Yes there was a space after "f" i copied the command straight from a post above. Sad that it wont work, really weird, but thank you for youre help. Quote Link to comment Share on other sites More sharing options...
marcosgaming Posted February 24 Share Posted February 24 Wow it's so simple. -f -g works perfectly. and for exit games i use ESC from keyboard with this script : Esc:: Send !{F4} All perfect! One question. For exit with controllers, how to do. Other platform i click on central button of xbox360 and appair a choose beetween : Continue Game or Exit Game, but if i click Exit Game doesn't works... Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted February 24 Share Posted February 24 2 hours ago, marcosgaming said: For exit with controllers, how to do. Other platform i click on central button of xbox360 and appair a choose beetween : Continue Game or Exit Game, but if i click Exit Game doesn't works... Can you use the "central button" on the controller during gameplay (not paused) to exit the game? If so, try adding that 2-line script to the Exit Script. (But do keep it in the Running Script as well) Quote Link to comment Share on other sites More sharing options...
marcosgaming Posted February 24 Share Posted February 24 Thanks ❤️ 1 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.