mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 17:29:18 +01:00
5 lines
94 B
Batchfile
5 lines
94 B
Batchfile
@echo off
|
|
SET mypath="%~dp0"
|
|
cmd.exe /c start "RunDS4Windows" %mypath%\DS4Windows.exe -m
|
|
exit
|