Update UpdateEmulator.bat

This commit is contained in:
Nayla 2023-04-21 17:00:51 -04:00 committed by GitHub
commit e0d5de5a08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,8 +8,8 @@ goto :Exit
:Start
TASKKILL /IM "Dolphin-MPN.exe" /F
"Updater/wget.exe" https://github.com/MarioPartyNetplay/Dolphin-Mpn/archive/refs/heads/win32.zip
"Updater/7z.exe" x win32.zip
"Updater/wget.exe" https://github.com/MarioPartyNetplay/Dolphin-MPN-src/releases/latest/download/DolphinMPN-win32.7z
"Updater/7z.exe" x DolphinMPN-win32.7z
cd User\
move Config ..\
move GameSettings ..\
@ -40,4 +40,4 @@ move Load User\
move Wii User\
start Dolphin-MPN
:Exit
EXIT
EXIT