mirror of
https://github.com/modmii/SysCheck-ModMii-Edition.git
synced 2024-11-21 23:59: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"?>
|
||||
<app version="1">
|
||||
<name>SysCheck HacksDen Edition</name>
|
||||
<coder>Double_A, R2-D2199, JoostinOnline, Nano</coder>
|
||||
<version>2.3.2 HD Edition</version>
|
||||
<release_date>20150128000000</release_date>
|
||||
<coder>JoostinOnline, Double_A, R2-D2199, Nano</coder>
|
||||
<version>2.4.0 HD Edition</version>
|
||||
<release_date>20151012000000</release_date>
|
||||
<short_description>System Checker HacksDen Edition</short_description>
|
||||
<long_description>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)
|
||||
|
@ -1 +1 @@
|
||||
Version=40
|
||||
Version=51
|
@ -3,7 +3,7 @@
|
||||
|
||||
/* Constants */
|
||||
//#define REVISION 0 // For testing updateApp function
|
||||
#define REVISION 41
|
||||
#define REVISION 51
|
||||
|
||||
s32 updateApp(void);
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user