SysCheck-ModMii-Edition/include/update.h
joostinonline af1b05fa5f -Fixed all the stuff I messed up with the last commit
-Added missing libraries
-Removed the need to reload the runtime IOS
-Fixed incorrect runtime IOS type
-Added some extra delay when scrolling
-SysCheck directory is created if it doesn't exist
-Added skipped IOS's to list
-Fixed vWii cIOS's sometimes showing as regular cIOS's
-Fixed crash when the language is set to French

TODO:
-Finish working on fat mounting.  It's probably broken now.
-Integrate vIOS check by version number
2015-09-28 22:32:10 +00:00

12 lines
172 B
C

#ifndef _UPDATE_H_
#define _UPDATE_H_
/* Constants */
//#define REVISION 0 // For testing updateApp function
#define REVISION 41
s32 updateApp(void);
#endif