mirror of
https://github.com/modmii/SysCheck-ModMii-Edition.git
synced 2025-02-18 06:06:19 +01:00
![wiidev](/assets/img/avatar_default.png)
- Compile with the latest version of devkitPPC - Reports can be saved to USB storage - The console ID is masked when uploaded - All of the assets have been optimised - Added GitHub continuous integration
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 52
|
|
|
|
s32 updateApp(void);
|
|
|
|
|
|
#endif
|