Skip to content

Commit

Permalink
WiiWarePatcher Update v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KcrPL committed Mar 1, 2021
1 parent 421001f commit 3e785eb
Show file tree
Hide file tree
Showing 7 changed files with 911 additions and 822 deletions.
1,720 changes: 898 additions & 822 deletions Windows/patcher.bat → Windows/WiiWarePatcher.bat
100755 → 100644

Large diffs are not rendered by default.

Binary file added Windows/WiiWarePatcher/Sharpii.exe
Binary file not shown.
Binary file added Windows/WiiWarePatcher/WadInstaller.dll
Binary file not shown.
Binary file added Windows/WiiWarePatcher/WiiWarePatcher.exe
Binary file not shown.
Binary file added Windows/WiiWarePatcher/libWiiSharp.dll
Binary file not shown.
Binary file added Windows/WiiWarePatcher/lzx.exe
Binary file not shown.
13 changes: 13 additions & 0 deletions src/compile_windows.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@echo off
:: Install MinGW if you want to compile under Windows.

echo Compiling...
g++ wiiwarepatcher.cpp -lws2_32 -static -o WiiWarePatcher.exe
echo.
if %errorlevel%==0 (
echo OK!
) else (
echo Failed.
)

pause

0 comments on commit 3e785eb

Please sign in to comment.