If you guys need to run this on 4k monitors, just update the controls in there and the path to qres
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
#SingleInstance force
SetWorkingDir "D:\Arcade\System roms\Sega Ringedge\roms\Nerf Arcade\"
Run, "D:\Arcade\Tools\DemulShooter Gun4ir\DemulShooterX64.exe" -target=rawthrill -rom=nerfa
sleep, 1000
run, "D:\Arcade\System roms\Sega Ringedge\roms\Nerf Arcade\Nerf.exe"
run, "D:\Arcade\Tools\Qres\QRes.exe" /x:1920 /y:1080"
TAB::0
F2::9
$esc::
WinClose, ahk_exe Nerf.exe
Process,Close,Nerf.exe
Run,taskkill /im "DemulShooterX64.exe" /F
Run,taskkill /im "RunMe.exe" /F
Run,taskkill /im "Nerf.exe" /F
run, "D:\Arcade\Tools\Qres\QRes.exe" /x:3840 /y:2160"
ExitApp
return