Jump to content
LaunchBox Community Forums

keptcmack

Members
  • Posts

    1
  • Joined

  • Last visited

keptcmack's Achievements

1-Bit Wonder

1-Bit Wonder (1/7)

0

Reputation

  1. Yuzu Fullscreen Script: Below is a script I found and modified to work better with bigbox/launchbox/yuzu. Very simply copy and paste this script as a startup in Launchbox desktop mode through this path. Click tools/manage/emulator/yuzu/startup scripts and paste the script below into the script window and then hit the green check arrow to confirm it. If you have your hotkey Fullscreen not set to defaults then change the F11 in the script to whatever your fullscreen command may be. The script does this in layman's terms, it waits 8 seconds for yuzu to boot and hits F11 automatically to boot seamlessly into Yuzu with little effort. This is useful if you streaming games like my use case. Below is the script. Cheers! Sleep, 8000 SetKeyDelay, -1, 110 Send {F11} Return Sleep, 8000 SetKeyDelay, -1, 110 MouseMove, 0, 2160, 0, R $Esc:: { Process, Close, {{{StartupEXE}}} }
×
×
  • Create New...