Zum Inhalt springen
Menü

Theme ändern
Unterstütze uns
PayPal-Logo Patreon-Logo
Abonniere uns per RSS Folge uns auf X (ehem. Twitter) Like uns auf Facebook Trete dem WiiDatabase-Kanal auf Telegram bei und erhalte alle News sofort!

Wir hosten zurzeit 623 Homebrews mit über 3.214.338 Downloads!

Nützliche Links
Kategorien
Archiv
Über uns

Schlagwort: homebrew filter

Homebrew Filter rev47

vWii, Wii, Wii: Update

Der Homebrew Filter wurde erneut aktualisiert.

DOWNLOAD für Wii
DOWNLOAD für Wii-Modus der Wii U

"SD Gecko" und "Wifi Gecko" wurden zu "SD Card Debug Log" bzw. "Wifi Debug Log" umbenannt. Die Liste der verfügbaren IOS wird jetzt nur noch einmal pro Sitzung ausgelesen und der SD Gecko wird jetzt automatisch deaktiviert, da es den Homebrew Filter massiv verlangsamt, wenn eine langsame SD-Karte verwendet wird und die Details einer Homebrew-Anwendung zum ersten Mal in dieser Sitzung aufgerufen werden. Der vWii-Forwarder war im letzten Release aus Versehen der Wii-Forwarder, dies wurde gefixt. Ebenso wurde die Erkennung von  BootMii im IOS gefixt und die Geräte-Icons für die Homebrew-Anwendungen werden jetzt korrekt angezeigt. Zu guter Letzt wurde die deutsche Übersetzung aktualisiert.

- build against libruntimeiospatch 1.5.3
- rename "SD Gecko" to "SD Card Debug Log" in Settings
- rename "Wifi Gecko" to "Wifi Debug Log" in Settings
- only scan list of available IOS once per session
- disable 'SD Card Gecko' by default (debug log on SD Card),
  because it's causing a MASSIVE slow down when opening an
  app's details dialog the first time in a session, when
  using a shitty class 2 or whatever SD Card
- fixed that newly build vWii forwarder accidently was the
  same than the Wii forwarder
- fixup BootMii (IOS) detection on Wii
- fixup showing device icon for apps
- add ISO0 (any version) to list of known stub IOS
  (it's a custom IOS installed by several old apps)
- update german translation

The Homebrew Filter rev44

vWii, Wii, Wii: Update , , , ,

nano hat den Homebrew Filter aktualisiert.

Download: WiivWii

Der Honebrew Filter geht nun im Wii-Modus der Wii U (vWii) deutlich schneller. Außerdem gibt es nun keine Verzögerung mehr beim Öffnen der Einstellungen. Das Update funktioniert nun auch für alle Varianten des Homebrew Filters.

- built against libruntimeiospatch 1.5.1
- apply XFLAGS (flag specifying build-type (Wii/vWii,
  installer/forwarder) to CXXFLAGS not just CFLAGS
  * this will speed up HBF on vWii.
    x only the first time you choose an application will
      delay 1 or 2 seconds (as we are scanning all available
      IOSes, for you to choose a different IOS to start an
      application with, before it always delayed)
    x same for external launchers menu
    x no more delay when opening the settings
  * this will fix upgrading HBF via network on vWii.
    x previously it was accidently downloading the Wii version
  * this will fix upgrading standalone HBF via network.
    x previously it was accidently downloading the installer
  * ... yeah, one variable, huge impact ...
- move creation of distribution files into dist/
- bump channel version to 44 (accidently skipped for 43)

Quelle: nanolx.org

The Homebrew Filter rev41

Wii, Wii: Update , , , , , ,

setialpha/nano hat den Homebrew Filter auf rev41 aktualisiert.

Download

//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.