diff --git a/SysCheckHDE/boot.dol b/SysCheckHDE/boot.dol index 35ac478..41dd7fd 100644 Binary files a/SysCheckHDE/boot.dol and b/SysCheckHDE/boot.dol differ diff --git a/SysCheckHDE/meta.xml b/SysCheckHDE/meta.xml index 7c57fbf..6864a87 100644 --- a/SysCheckHDE/meta.xml +++ b/SysCheckHDE/meta.xml @@ -1,15 +1,16 @@ SysCheck HacksDen Edition - Double_A, R2-D2199, JoostinOnline, Nano - 2.3.2 HD Edition - 20150128000000 + JoostinOnline, Double_A, R2-D2199, Nano + 2.4.0 HD Edition + 20151012000000 System Checker HacksDen Edition Homebrew application which does several checks on installed IOS and custom IOS: - Base IOS Detection - vIOS Detection + - Beer Ticket - IOS Stub - - Fake signature (aka Trucha Bug) + - Fake Signature (aka Trucha Bug) - ES_DiVerify (aka ES_Identify) - Flash Access - NAND Access @@ -22,6 +23,17 @@ The author can not be held responsible for any damage sysCheck might cause! ------------------ Changelog +Version 2.4.0 HacksDen Edition +-Added check for Beer ticket +-Added skipped IOS's to list +-Removed the need to reload the runtime IOS +-SysCheck directory is created if it doesn't exist +-Fixed incorrect runtime IOS type +-Fixed vWii cIOS's sometimes showing as regular cIOS's +-Fixed crash when the language is set to Italian, French, or Spanish +-Fixed update function +-Updated Spanish translation (thanks NaxoR93) + Version 2.3.2 HacksDen Edition * Disabled vIOS check on a real Wii because it was causing problems * Fixed the drive date bug (for real this time) diff --git a/Version.txt b/Version.txt index 6a3ffe9..28da3a8 100644 --- a/Version.txt +++ b/Version.txt @@ -1 +1 @@ -Version=40 \ No newline at end of file +Version=51 \ No newline at end of file diff --git a/boot.elf b/boot.elf index 4498553..90f24af 100644 Binary files a/boot.elf and b/boot.elf differ diff --git a/include/update.h b/include/update.h index f380728..15978c5 100644 --- a/include/update.h +++ b/include/update.h @@ -3,7 +3,7 @@ /* Constants */ //#define REVISION 0 // For testing updateApp function -#define REVISION 41 +#define REVISION 51 s32 updateApp(void); diff --git a/source/languages.c b/source/languages.c index 32afa9d..f764a12 100644 --- a/source/languages.c +++ b/source/languages.c @@ -16,7 +16,7 @@ int initLanguages(struct tm today) { - TXT_AppVersion = "v2.3.3 HacksDen Edition"; + TXT_AppVersion = "v2.4.0 HacksDen Edition"; switch (CONF_GetLanguage()) { case CONF_LANG_GERMAN: