From 2dfc831e18b6bec1f2c92773486440a63daef84e Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Fri, 4 Jan 2013 19:26:48 +0100 Subject: [PATCH] show flavour in about --- main/source/Prompts/prompt_info.cpp | 11 +++++++++-- web/updates | 8 ++++++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/main/source/Prompts/prompt_info.cpp b/main/source/Prompts/prompt_info.cpp index 237a0e2..ba0da53 100644 --- a/main/source/Prompts/prompt_info.cpp +++ b/main/source/Prompts/prompt_info.cpp @@ -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); diff --git a/web/updates b/web/updates index cebc026..00da8fa 100644 --- a/web/updates +++ b/web/updates @@ -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