SysCheck-ModMii-Edition/include/update.h
wiidev e27137da2e ModMii Edition changes
- 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
2023-03-09 18:42:29 +00:00

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