Commit Graph

23 Commits

Author SHA1 Message Date
Joostinonline
62e4b77c4a -Now reports if you are using vIOS by checking the wifi driver date. Thanks to megazig for the idea.
Note: AHB access is needed to check IOS type.
2014-08-22 17:55:55 +00:00
Joostinonline
edf4b4ccbb Official v2.3.0 release 2014-08-18 19:42:46 +00:00
Joostinonline
5ffc019e0d -Added a new argument --skipIOS, which lets you skip any specific IOS in the scan. This is useful for freezes. Multiple arguments are supported.
-Grouped all argument variables in one structure

TODO: Fix freeze (probably infinite loop) if --skipIOS specifies an IOS that isn't installed
2014-07-30 17:22:32 +00:00
Joostinonline
599d578ecf -Corrected the times between messages. It's amazing what accidentally adding several extra 0's can do.
-Fixed a translation for "Unknown".
-Moved a few functions around.
-Made the "Sorting IOS titles" part faster by removing unnecessary SD mount/unmount
2014-07-25 18:42:07 +00:00
Joostinonline
f5a0e4381d -Added detection for DM/DML 2.11
-Hopefully fixed BC_NAND and BC_WFS showing up as patched (still need to test)
-Moved a few functions and variables around
-Other tiny changes that don't really matter unless you are picky like me
2014-07-06 18:53:35 +00:00
Joostinonline
bc08e18949 -Added translations for "Homebrew Channel is not installed" message
-Improved timing between messages
-Added support for GC/Classic controllers, and multiple remotes
-Changed "HD Edition" to "HacksDen Edition"
-Minor code cleanup
2014-06-19 17:47:13 +00:00
Joostinonline
f7c14cb306 -Removed a bunch of unnecessary code, mostly printf's 2014-02-28 01:44:22 +00:00
Joostinonline
67218503ae -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. 2014-02-20 16:22:19 +00:00
Joostinonline
75e83a70d9 -I was too stupid to add the English translation for Shop Channel Country 2014-02-18 04:47:58 +00:00
Joostinonline
4631271a75 -Removed some unused code
-Fixed DM/DML report info
2014-02-18 01:37:54 +00:00
Joostinonline
e2e99984ec -Added translations for "Shop Channel Code"
-Removed unused video code
2014-02-15 05:16:55 +00:00
Joostinonline
a9f4ebcb88 -Grouped HBC and HBF info into structures
-Fixed Console Type check
-A little more code cleanup
2014-02-13 09:16:23 +00:00
Joostinonline
d53b83fcac -Fixed bug where a bunch of blank lines are shown on the report when you press Right close to the end of the file
-Grouped a lot of variables into a structure
-Added a .5 second delay after displaying report to decrease the chance of accidental uploads
-Added a .2 second delay between the init messages
2014-02-10 15:00:50 +00:00
Joostinonline
d399fb5fa1 -Got rid of the cogs, since it was never going to load smoothly and was causing too many problems
-Moved all graphics to the data folder
-Updated libruntimeiospatch to v1.6.1
2014-02-10 04:09:20 +00:00
Joostinonline
a3f9a0ef57 -Touched up cogs
-Added mutex functions, hopefully that will fix flashing issues (I really need to start testing this stuff)
-Some background optimizations and code cleanup
-Added PORTLIBS to Makefile
2013-12-02 18:08:33 +00:00
Joostinonline
c7fb7d9aaf -Some of those changes were...bad 2013-11-12 16:34:59 +00:00
Joostinonline
6ef97e01d3 -Starting the long process of adding a bit of organization
-Added conf.c patch for libogc v1.8.11 and below
2013-11-01 15:31:34 +00:00
Joostinonline
4a2bbe92ae -App now exits properly on error, and textures are freed
-Fixed loading bar and cogs not appearing during upload
-More work on rewriting IOS_ReloadIOS() so that cogs pause less
-Cogs disappear if there is an error
-A little more code cleanup
2013-10-25 19:14:36 +00:00
Joostinonline
bb7dcdf19d -It needs some work, but I've got the basics of threading. 2013-10-22 13:50:57 +00:00
Joostinonline
3f30c6bbf9 -Shouldn't have stripped down IOS_ReloadIOS
-Added an additional method of checking the System Menu version.  The current way works fine, but it doesn't hurt to have some backup methods.
-Fixed mismatched functions in header files.
-A little bit of code cleanup
-Touched up the cogs
2013-10-21 16:41:01 +00:00
Joostinonline
bd0c05ee6b CHANGES:
-Added support for the new vWii System Menu's
-I've got the beginnings of animation going.  I still need to work on making it smooth
-Fixed the ridiculous bug (possibly intentional?) where the System Menu region is defined by setting.txt, not by what's installed.
-Some minor optimizations

TODO:
-Make those cogs turn smoothly, and possibly touch up the gfx.
-Do some SERIOUS code cleanup.  Just go through that source with some bleach and scrub
2013-10-18 01:25:17 +00:00
Joostinonline
b27e230ce2 And it works! 2013-10-12 19:04:19 +00:00
Joostinonline
996014e212 First commit 2013-10-12 18:38:34 +00:00