Skip to content

Commit 3e785eb

Browse files
committed
WiiWarePatcher Update v2.2.0
1 parent 421001f commit 3e785eb

7 files changed

Lines changed: 911 additions & 822 deletions

File tree

Lines changed: 898 additions & 822 deletions
Large diffs are not rendered by default.

Windows/WiiWarePatcher/Sharpii.exe

50 KB
Binary file not shown.
299 KB
Binary file not shown.
2.7 MB
Binary file not shown.
158 KB
Binary file not shown.

Windows/WiiWarePatcher/lzx.exe

8 KB
Binary file not shown.

src/compile_windows.bat

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
@echo off
2+
:: Install MinGW if you want to compile under Windows.
3+
4+
echo Compiling...
5+
g++ wiiwarepatcher.cpp -lws2_32 -static -o WiiWarePatcher.exe
6+
echo.
7+
if %errorlevel%==0 (
8+
echo OK!
9+
) else (
10+
echo Failed.
11+
)
12+
13+
pause

0 commit comments

Comments
 (0)