WiiFlow_Lite/source/channel/channel_launcher.h
fix94.1 0c32d1b0c1 -fixed BASIC(!) channel launching, currently only booting
channels from real nand works here, also return to wiiflow
seems to be broken, but its a start
2012-05-20 12:34:48 +00:00

26 lines
672 B
C

#ifndef _CHAN_LAUNCHER
#define _CHAN_LAUNCHER
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#include <gctypes.h>
#include <gccore.h>
s32 BootChannel(u32 entry, u64 chantitle, u32 ios, u8 vidMode, bool vipatch, bool countryString, u8 patchVidMode, int aspectRatio);
u32 LoadChannel(u8 *buffer);
void PatchChannel(u8 vidMode, GXRModeObj *vmode, bool vipatch, bool countryString, u8 patchVidModes, int aspectRatio);
u8 * GetDol(u64 title, u32 bootcontent);
bool Identify(u64 titleid, u32 *ios);
bool Identify_GenerateTik(signed_blob **outbuf, u32 *outlen);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* _CHAN_LAUNCHER */