cemu-DS4Windows/DS4Windows/extras/task.bat

5 lines
94 B
Batchfile
Raw Normal View History

2019-12-18 22:33:23 +01:00
@echo off
SET mypath="%~dp0"
cmd.exe /c start "RunDS4Windows" %mypath%\DS4Windows.exe -m
exit