mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 01:59:19 +01:00
- rename "SD Gecko" to "SD Card Debug Log" in Settings
- rename "Wifi Gecko" to "Wifi Debug Log" in Settings
This commit is contained in:
parent
0f4e0d9e40
commit
1380d2e706
Binary file not shown.
@ -80,7 +80,7 @@ int MenuSettingsFile()
|
||||
sprintf(options.name[i++], tr("Device icon"));
|
||||
sprintf(options.name[i++], tr("Wiiload IOS"));
|
||||
sprintf(options.name[i++], tr("Wiiload IOS Reload"));
|
||||
sprintf(options.name[i++], tr("SD Gecko"));
|
||||
sprintf(options.name[i++], tr("SD Card Debug Log"));
|
||||
#ifndef VWII
|
||||
sprintf(options.name[i++], tr("BootMii in Boot2"));
|
||||
#endif
|
||||
|
@ -35,7 +35,7 @@ int MenuSettingsNetwork()
|
||||
OptionList options;
|
||||
|
||||
sprintf(options.name[i++], tr("Auto Connect"));
|
||||
sprintf(options.name[i++], tr("Enable Wifi Gecko"));
|
||||
sprintf(options.name[i++], tr("Wifi Debug Log"));
|
||||
sprintf(options.name[i++], tr("Update Info"));
|
||||
options.length = i;
|
||||
|
||||
|
@ -86,7 +86,7 @@ Device icon = Geräte-Symbol
|
||||
Storage Device = Speichergerät
|
||||
Navigation key exchange = Navigationstasten umkehren
|
||||
Show All = Alle Anzeigen
|
||||
Enable Wifi Gecko = Wifi Gecko aktivieren
|
||||
Wifi Debug Log = Debug-Log über Wifi
|
||||
Theme = Thema
|
||||
Themes = Themen
|
||||
External Applications = Externe Anwendungen
|
||||
@ -95,3 +95,4 @@ Exit to Wii U menu = Beenden, zum Wii-U-Menü
|
||||
Restart HBF = HBF neu starten
|
||||
Launch BootMii (IOS) = BootMii (IOS) starten
|
||||
Launch BootMii (Boot2) = BootMii (Boot2) starten
|
||||
SD Card Debug Log = Debug-Log auf SD-Karte
|
||||
|
@ -1,5 +1,7 @@
|
||||
//rev47:
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user