mirror of
https://github.com/modmii/YAWM-ModMii-Edition.git
synced 2024-11-22 08:09:18 +01:00
0ed791842f
- Added app load/launch code Notes: - Will add support for arguments later
8 lines
129 B
C
8 lines
129 B
C
#ifndef __APPBOOT_H__
|
|
#define __APPBOOT_H__
|
|
|
|
bool LoadApp(const char* path);
|
|
u8* GetApp(u32* size);
|
|
void LaunchApp(void);
|
|
|
|
#endif |