diff --git a/SysCheckHDE/boot.dol b/SysCheckHDE/boot.dol index 371dafd..2037660 100644 Binary files a/SysCheckHDE/boot.dol and b/SysCheckHDE/boot.dol differ diff --git a/SysCheckHDE/meta.xml b/SysCheckHDE/meta.xml index 075fed7..ee7be24 100644 --- a/SysCheckHDE/meta.xml +++ b/SysCheckHDE/meta.xml @@ -2,8 +2,8 @@ SysCheck HacksDen Edition Double_A, R2-D2199, JoostinOnline, Nano - 2.3.0 HD Edition - 20140818000000 + 2.3.1 HD Edition + 20150121000000 System Checker HacksDen Edition Homebrew application which does several checks on installed IOS and custom IOS: - Base IOS Detection @@ -21,6 +21,11 @@ The author can not be held responsible for any damage sysCheck might cause! ------------------ Changelog +Version 2.3.1 HacksDen Edition +* Added hashes for hermes cIOS 2XX[38+60]v4, 2XX[38+37]v4, and 2XX[57]v5.1 (thanks Cyan) +* Now reports if you have a vIOS installed +* Added support for the latest System Menu on vWii + Version 2.3.0 HacksDen Edition * Added a new argument --skipIOS, which lets you skip any specific IOS in the scan. This is useful for freezes. Multiple arguments are supported. * Added translations for "Homebrew Channel is not installed" message diff --git a/Version.txt b/Version.txt index 0eef8d2..93452d2 100644 --- a/Version.txt +++ b/Version.txt @@ -1 +1 @@ -Version=36 \ No newline at end of file +Version=39 \ No newline at end of file diff --git a/include/update.h b/include/update.h index 09ff2a0..cd6158b 100644 --- a/include/update.h +++ b/include/update.h @@ -2,7 +2,7 @@ #define _UPDATE_H_ /* Constants */ -#define REVISION 36 +#define REVISION 39 #define PATH "sd:/apps/SysCheckHDE/" s32 updateApp(void); diff --git a/source/SysMenuInfo.c b/source/SysMenuInfo.c index 9e3959a..843dc1f 100644 --- a/source/SysMenuInfo.c +++ b/source/SysMenuInfo.c @@ -263,6 +263,9 @@ float GetSysMenuNintendoVersion(u32 sysVersion) case 544: case 545: case 546: + case 608: + case 609: + case 610: ninVersion = 4.3f; break; } @@ -288,6 +291,7 @@ char GetSysMenuRegion(u32 sysVersion) { case 481: //4.2U case 513: //4.3U case 545: + case 609: SysMenuRegion = 'U'; break; case 130: //2.0E @@ -304,6 +308,7 @@ char GetSysMenuRegion(u32 sysVersion) { case 482: //4.2E case 514: //4.3E case 546: + case 610: SysMenuRegion = 'E'; break; case 128: //2.0J @@ -319,6 +324,7 @@ char GetSysMenuRegion(u32 sysVersion) { case 480: //4.2J case 512: //4.3J case 544: + case 608: SysMenuRegion = 'J'; break; case 326: //3.3K diff --git a/source/languages.c b/source/languages.c index 4fa792b..4d05350 100644 --- a/source/languages.c +++ b/source/languages.c @@ -17,7 +17,7 @@ int initLanguages(struct tm today) { - TXT_AppVersion = "v2.3.0 HacksDen Edition"; + TXT_AppVersion = "v2.3.1 HacksDen Edition"; switch (CONF_GetLanguage()) { case CONF_LANG_GERMAN: