show flavour in about

This commit is contained in:
Christopher Roy Bratusek 2013-01-04 19:26:48 +01:00
parent b03bf57691
commit 2dfc831e18
2 changed files with 15 additions and 4 deletions

View File

@ -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);

View File

@ -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