mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Update UpdateEmulator.bat
This commit is contained in:
parent
ec88dfa66f
commit
e0d5de5a08
1 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@ goto :Exit
|
||||||
|
|
||||||
:Start
|
:Start
|
||||||
TASKKILL /IM "Dolphin-MPN.exe" /F
|
TASKKILL /IM "Dolphin-MPN.exe" /F
|
||||||
"Updater/wget.exe" https://github.com/MarioPartyNetplay/Dolphin-Mpn/archive/refs/heads/win32.zip
|
"Updater/wget.exe" https://github.com/MarioPartyNetplay/Dolphin-MPN-src/releases/latest/download/DolphinMPN-win32.7z
|
||||||
"Updater/7z.exe" x win32.zip
|
"Updater/7z.exe" x DolphinMPN-win32.7z
|
||||||
cd User\
|
cd User\
|
||||||
move Config ..\
|
move Config ..\
|
||||||
move GameSettings ..\
|
move GameSettings ..\
|
||||||
|
@ -40,4 +40,4 @@ move Load User\
|
||||||
move Wii User\
|
move Wii User\
|
||||||
start Dolphin-MPN
|
start Dolphin-MPN
|
||||||
:Exit
|
:Exit
|
||||||
EXIT
|
EXIT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue