diff --git a/HomebrewFilter.Standalone/icon.png b/HomebrewFilter.Standalone/icon.png new file mode 100644 index 0000000..7cab780 Binary files /dev/null and b/HomebrewFilter.Standalone/icon.png differ diff --git a/HomebrewFilter.Standalone/meta.xml b/HomebrewFilter.Standalone/meta.xml new file mode 100644 index 0000000..16d81a8 --- /dev/null +++ b/HomebrewFilter.Standalone/meta.xml @@ -0,0 +1,37 @@ + + + HomebrewFilter + Nano + rev41 + + HBF + The HomebrewFilter + + Changes in rev41: + +//rev41: +- fixed auto-connecting Internet via WiFi +- fixed video initialization problem at PAL 50Hz +- fixed categorizing apps from SD Gecko +- removed remaining references to HBC +- basic support for WifiGecko + * most messages are shown via WifiGecko. Those that are + sent prior to network initialization will be missing + * option to en/disable WifiGecko (settings->network) + * no option yet to change IP and Port, currently sending + to 192.168.1.4:4405 (you change your PCs IP from Router + configuration interface) +- support for SDCardGecko (not SD Gecko!) + * saves debug messages to SD:/config/HBF/debug.txt + * endless logging, different logs are split with an + "HBF Log (YYYY-MM-DD / HH:MM:SS)" message. HBF never + deletes the logfile on it's own. +Note: ** Gecko priority: + 1. SD Card Gecko + 2. Wifi Gecko + 3. USB Gecko + if SD Card Gecko is enabled, there's no messages + send via Wifi or USB and so on. By default HBF + tries to connect to USB Gecko. + + diff --git a/Makefile b/Makefile index 1a065e4..61b1cfc 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ compile_hbf: compile_boot: compile_hbf @make -C boot @cp boot/hbf_boot.dol installer/wad/00000001.app + @cp boot/hbf_boot.dol HomebrewFilter.Standalone/boot.dol compile_installer: compile_boot @tools/WadMii.exe -input "Z:$(PWD)\installer\wad" -output "Z:$(PWD)\installer\data\install.wad" || wine tools/WadMii.exe -input "Z:$(PWD)\installer\wad" -output "Z:$(PWD)\installer\data\install.wad" diff --git a/installer/wad/0001000154484246.tmd b/installer/wad/0001000154484246.tmd index 9abbd3f..6667fca 100644 Binary files a/installer/wad/0001000154484246.tmd and b/installer/wad/0001000154484246.tmd differ