mirror of
https://github.com/modmii/SysCheck-ModMii-Edition.git
synced 2025-02-16 21:29:11 +01:00
![joostinonline](/assets/img/avatar_default.png)
-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
12 lines
172 B
C
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
|