mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 18:16:56 +01:00
show flavour in about
This commit is contained in:
parent
b03bf57691
commit
2dfc831e18
@ -96,8 +96,15 @@ infoPrompt()
|
||||
int CreditEntries = i;
|
||||
|
||||
char Rev[50];
|
||||
sprintf(Rev, "Rev. %i", SvnRev());
|
||||
|
||||
#ifdef STBOOTVWII
|
||||
sprintf(Rev, "Rev. %i (vWii ST)", SvnRev());
|
||||
#elif
|
||||
sprintf(Rev, "Rev. %i (vWii Full)", SvnRev());
|
||||
#elif STBOOT
|
||||
sprintf(Rev, "Rev. %i (Wii ST)", SvnRev());
|
||||
#else
|
||||
sprintf(Rev, "Rev. %i (Wii Full)", SvnRev());
|
||||
#endif
|
||||
GuiText RevTxt(Rev, 20, (GXColor){Theme.text_1, Theme.text_2, Theme.text_3, 255});
|
||||
RevTxt.SetAlignment(ALIGN_LEFT, ALIGN_TOP);
|
||||
RevTxt.SetPosition(30,24);
|
||||
|
@ -16,8 +16,12 @@
|
||||
- build using libruntimeiospatch 1.3
|
||||
- vWii version does disable functions not applicable von vWii
|
||||
- installer now falls back to IOS236 if there's no HW_AHBPROT access
|
||||
- SDCardGecko (Debugfile) is now stored on general settings device
|
||||
(no more hardcoded to SD Card)
|
||||
- updated HBF0 (forwarder for standalone version) with FIX94 forwarder
|
||||
12.7 (both Wii/vWii) and FIX94 NAND-Loader (vWii only)
|
||||
- Update-System for standalone-versions now available
|
||||
- Settings can now be saved when using HBF0 channel aswell
|
||||
- "Restart HBF" does now distinguish between HBF0 and THBF
|
||||
- about-dialog now shows the HBF flavour (Wii/vWii, forwarder/fullchannel)
|
||||
|
||||
//rev41:
|
||||
- fixed auto-connecting Internet via WiFi
|
||||
|
Loading…
Reference in New Issue
Block a user