mirror of
https://github.com/modmii/SysCheck-ModMii-Edition.git
synced 2024-11-22 08:09:19 +01:00
Official release of SysCheck HDE 2.4.0
This commit is contained in:
parent
961844eeb5
commit
a003f08986
Binary file not shown.
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 1.9 MiB |
@ -1,15 +1,16 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<app version="1">
|
<app version="1">
|
||||||
<name>SysCheck HacksDen Edition</name>
|
<name>SysCheck HacksDen Edition</name>
|
||||||
<coder>Double_A, R2-D2199, JoostinOnline, Nano</coder>
|
<coder>JoostinOnline, Double_A, R2-D2199, Nano</coder>
|
||||||
<version>2.3.2 HD Edition</version>
|
<version>2.4.0 HD Edition</version>
|
||||||
<release_date>20150128000000</release_date>
|
<release_date>20151012000000</release_date>
|
||||||
<short_description>System Checker HacksDen Edition</short_description>
|
<short_description>System Checker HacksDen Edition</short_description>
|
||||||
<long_description>Homebrew application which does several checks on installed IOS and custom IOS:
|
<long_description>Homebrew application which does several checks on installed IOS and custom IOS:
|
||||||
- Base IOS Detection
|
- Base IOS Detection
|
||||||
- vIOS Detection
|
- vIOS Detection
|
||||||
|
- Beer Ticket
|
||||||
- IOS Stub
|
- IOS Stub
|
||||||
- Fake signature (aka Trucha Bug)
|
- Fake Signature (aka Trucha Bug)
|
||||||
- ES_DiVerify (aka ES_Identify)
|
- ES_DiVerify (aka ES_Identify)
|
||||||
- Flash Access
|
- Flash Access
|
||||||
- NAND Access
|
- NAND Access
|
||||||
@ -22,6 +23,17 @@ The author can not be held responsible for any damage sysCheck might cause!
|
|||||||
|
|
||||||
------------------
|
------------------
|
||||||
Changelog
|
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
|
Version 2.3.2 HacksDen Edition
|
||||||
* Disabled vIOS check on a real Wii because it was causing problems
|
* Disabled vIOS check on a real Wii because it was causing problems
|
||||||
* Fixed the drive date bug (for real this time)
|
* Fixed the drive date bug (for real this time)
|
||||||
|
@ -1 +1 @@
|
|||||||
Version=40
|
Version=51
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
/* Constants */
|
/* Constants */
|
||||||
//#define REVISION 0 // For testing updateApp function
|
//#define REVISION 0 // For testing updateApp function
|
||||||
#define REVISION 41
|
#define REVISION 51
|
||||||
|
|
||||||
s32 updateApp(void);
|
s32 updateApp(void);
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
int initLanguages(struct tm today)
|
int initLanguages(struct tm today)
|
||||||
{
|
{
|
||||||
TXT_AppVersion = "v2.3.3 HacksDen Edition";
|
TXT_AppVersion = "v2.4.0 HacksDen Edition";
|
||||||
switch (CONF_GetLanguage())
|
switch (CONF_GetLanguage())
|
||||||
{
|
{
|
||||||
case CONF_LANG_GERMAN:
|
case CONF_LANG_GERMAN:
|
||||||
|
Loading…
Reference in New Issue
Block a user