Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions RetroCake.bat
Original file line number Diff line number Diff line change
Expand Up @@ -1547,7 +1547,7 @@ echo ^<system^> >> "%USERPROFILE%\.emulationstation\es_systems.cfg"
echo ^<name^>wii^</name^> >> "%USERPROFILE%\.emulationstation\es_systems.cfg"
echo ^<fullname^>Nintendo Wii^</fullname^> >> "%USERPROFILE%\.emulationstation\es_systems.cfg"
echo ^<path^>%rkdir%\ROMS\wii^</path^> >> "%USERPROFILE%\.emulationstation\es_systems.cfg"
echo ^<extension^>.iso .ISO^</extension^> >> "%USERPROFILE%\.emulationstation\es_systems.cfg"
echo ^<extension^>.iso .ISO .wbfs .WBFS^</extension^> >> "%USERPROFILE%\.emulationstation\es_systems.cfg"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wbfs is a very common format for WII roms

echo ^<command^>%rkdir%\Emulators\Dolphin\Dolphin.exe --exec="%%ROM_RAW%%"^</command^> >> "%USERPROFILE%\.emulationstation\es_systems.cfg"
echo ^<platform^>wii^</platform^> >> "%USERPROFILE%\.emulationstation\es_systems.cfg"
echo ^<theme^>wii^</theme^> >> "%USERPROFILE%\.emulationstation\es_systems.cfg"
Expand Down Expand Up @@ -5974,7 +5974,7 @@ echo = =
echo = DOWNLOADING DOLPHIN =
echo = =
echo =================================================================
%rkdir%\Tools\Wget\wget.exe -q https://dl.dolphin-emu.org/builds/dolphin-master-5.0-10231-x64.7z -O "%rkdir%\Temp\Dolphin.7z"
%rkdir%\Tools\Wget\wget.exe -q https://dl.dolphin-emu.org/builds/d3/65/dolphin-master-5.0-11819-x64.7z -O "%rkdir%\Temp\Dolphin.7z"
%rkdir%\Tools\7za\7za.exe x "%rkdir%\Temp\Dolphin.7z" -o"%rkdir%\Emulators" -aoa > nul
cls
echo ================================================
Expand Down