mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue