mirror of
https://github.com/modmii/SysCheck-ModMii-Edition.git
synced 2024-11-04 15:55:05 +01:00
3f30c6bbf9
-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
12 lines
154 B
C
12 lines
154 B
C
#ifndef _UPDATE_H_
|
|
#define _UPDATE_H_
|
|
|
|
/* Constants */
|
|
#define REVISION 20
|
|
#define PATH "sd:/apps/SysCheckHDE/"
|
|
|
|
s32 updateApp(void);
|
|
|
|
|
|
#endif
|