mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 10:09:21 +01:00
better channel
This commit is contained in:
parent
df293dfd92
commit
78824d2d5a
@ -20,9 +20,9 @@ compile_boot ()
|
||||
compile_installer ()
|
||||
{
|
||||
if [[ -e boot/hbf_boot.dol && ! $FORCE ]]; then
|
||||
cp boot/hbf_boot.dol installer/wad/00000002.app
|
||||
cp boot/hbf_boot.dol installer/wad/00000001.app
|
||||
else compile_boot
|
||||
cp boot/hbf_boot.dol installer/wad/00000002.app
|
||||
cp boot/hbf_boot.dol installer/wad/00000001.app
|
||||
fi
|
||||
|
||||
wine installer/WadMii.exe -input "Z:\home\chris\Projekte\homebrewfilter\installer\wad" -output "Z:\home\chris\Projekte\homebrewfilter\installer\data\install.wad"
|
||||
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 136 KiB |
BIN
installer/wad/00000002.app
Normal file
BIN
installer/wad/00000002.app
Normal file
Binary file not shown.
After Width: | Height: | Size: 375 KiB |
Binary file not shown.
BIN
installer/wad/0001000154484246.footer
Normal file
BIN
installer/wad/0001000154484246.footer
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
10
updates
10
updates
@ -8,10 +8,12 @@
|
||||
- BUGFIX: installer no longer crashes on IOS58 due to early
|
||||
controller initialization (only happened under
|
||||
certain circumstances)
|
||||
- BUGFIX: when loaded via THBF channel it could happen that
|
||||
WiiMC was the only application that did NOT see the
|
||||
USB HDD - this is temporarly solved, until we have
|
||||
a proper THBF channel
|
||||
- BUGFIX: use waninkoko's NAND loader in THBF channel,
|
||||
rather than comex'. Fixes the issue that HBF
|
||||
does not properly respond when power or reset
|
||||
button on the console have been pressed
|
||||
- BUGFIX: work around the issue that WiiMC under certain circumstances
|
||||
does not recognize the USB HDD.
|
||||
- BUGFIX: compiled with libpng 1.4 to fix a problem in PNG handling
|
||||
- BUGFIX: return to HBF feature now works again
|
||||
- installer now supports Classic-Controller
|
||||
|
Loading…
Reference in New Issue
Block a user