mirror of
https://github.com/modmii/SysCheck-ModMii-Edition.git
synced 2024-11-22 08:09:19 +01:00
Official v2.3.0 release
This commit is contained in:
parent
ea9a4b28ff
commit
edf4b4ccbb
Binary file not shown.
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 1.9 MiB |
@ -2,8 +2,8 @@
|
||||
<app version="1">
|
||||
<name>SysCheck HacksDen Edition</name>
|
||||
<coder>Double_A, R2-D2199, JoostinOnline, Nano</coder>
|
||||
<version>2.2.1 HD Edition</version>
|
||||
<release_date>20140220000000</release_date>
|
||||
<version>2.3.0 HD Edition</version>
|
||||
<release_date>20140818000000</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
|
||||
@ -21,8 +21,21 @@ The author can not be held responsible for any damage sysCheck might cause!
|
||||
|
||||
------------------
|
||||
Changelog
|
||||
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
|
||||
* Added support for GC\Classic controllers, and multiple remotes
|
||||
* Added detection for DM\DML 2.11
|
||||
* Fixed BC_NAND and BC_WFS showing up as patched
|
||||
* Fixed a translation for "Unknown"
|
||||
* Fixed the report from spilling an extra line past the frame
|
||||
* Improved timing between messages
|
||||
* Improved "Sorting Titles" speed
|
||||
* Other minor changes
|
||||
|
||||
Version 2.2.1 HacksDen Edition
|
||||
* Fixed the pesky bug that sometimes caused the slot number of a vWii cIOS to be way off. Thanks to asper for lots of testing.
|
||||
|
||||
Version 2.2.0 HacksDen Edition
|
||||
* Added support for the new vWii System Menu's.
|
||||
* Fixed the ridiculous bug (possibly intentional?) where the System Menu region is defined by setting.txt, not by what's installed.
|
||||
@ -57,6 +70,7 @@ See SysCheck at Wiibrew.com for changes in other versions.</long_description>
|
||||
<arguments>
|
||||
<arg>--debug=false</arg>
|
||||
<arg>--forceNoAHBPROT=false</arg>
|
||||
<arg>--skipIOS=0</arg>
|
||||
</arguments>
|
||||
|
||||
<no_ios_reload/>
|
||||
|
@ -1 +1 @@
|
||||
Version=22
|
||||
Version=36
|
@ -2,7 +2,7 @@
|
||||
#define _UPDATE_H_
|
||||
|
||||
/* Constants */
|
||||
#define REVISION 22
|
||||
#define REVISION 36
|
||||
#define PATH "sd:/apps/SysCheckHDE/"
|
||||
|
||||
s32 updateApp(void);
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
int initLanguages(struct tm today)
|
||||
{
|
||||
TXT_AppVersion = "v2.2.1 HacksDen Edition";
|
||||
TXT_AppVersion = "v2.3.0 HacksDen Edition";
|
||||
switch (CONF_GetLanguage())
|
||||
{
|
||||
case CONF_LANG_GERMAN:
|
||||
|
Loading…
Reference in New Issue
Block a user