mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Fix GC Mod & Ext. candy
This commit is contained in:
parent
7ad376e5a3
commit
97ac76f373
5 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 2 MiB After Width: | Height: | Size: 2.1 MiB |
|
@ -38,7 +38,7 @@ for %%F in (%iso_files%) do (
|
|||
REM Copy files using xcopy
|
||||
xcopy "mp8motion" "!dest_dir!" /s /y /e
|
||||
|
||||
"tools/wit" copy "temp" "..\Mario Party 8 (USA) [GameCube Controller v5].wbfs"
|
||||
"tools/wit" copy "temp" "..\Mario Party 8 (USA) [GameCube Controller v6].wbfs"
|
||||
rmdir /s /q temp
|
||||
echo Press Enter to continue.
|
||||
pause
|
||||
|
|
|
@ -31,7 +31,7 @@ for originalISO in $iso_files; do
|
|||
cp -r "../mp8motion" "temp"
|
||||
fi
|
||||
|
||||
wit copy "temp" "../Mario Party 8 GC Controller.wbfs"
|
||||
wit copy "temp" "../Mario Party 8 (USA) [GameCube Controller v6].wbfs"
|
||||
rm -rf temp
|
||||
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue