From c78b9f7434e78e0a52a941c9822e9d61319a3515 Mon Sep 17 00:00:00 2001 From: Aaron M Date: Tue, 9 Feb 2021 17:46:09 +1300 Subject: [PATCH] modify autosetup --- AutoSetup.cmd | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/AutoSetup.cmd b/AutoSetup.cmd index 1557f75..5389c70 100644 --- a/AutoSetup.cmd +++ b/AutoSetup.cmd @@ -4,8 +4,12 @@ mkdir ".\Release.Win32\Supermodel 32bit Outputs\ONLY COPY FILE INSIDE THIS FOLDE mkdir ".\Release.Win32\Supermodel 64bit Outputs\ONLY COPY FILE INSIDE THIS FOLDER IF OLDER SUPERMODEL VERSION BEFORE r791" xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\Button Rumble 64bit" /Y xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\Button Rumble 64bit" /Y -xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\InitialD Zero" /Y -xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\InitialD Zero" /Y +xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\InitialD Zero v131" /Y +xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\InitialD Zero v131" /Y +xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\InitialD Zero v211" /Y +xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\InitialD Zero v211" /Y +xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\Sega World Drivers Championship 2018" /Y +xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\Sega World Drivers Championship 2018" /Y xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\MAME 64bit Outputs" /Y xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\MAME 64bit Outputs" /Y xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\PokkenTournament" /Y