WiiFlow_Lite/source/channel/channel_launcher.h

18 lines
537 B
C
Raw Normal View History

2012-01-21 21:57:41 +01:00
#ifndef _CHAN_LAUNCHER
#define _CHAN_LAUNCHER
#include <gctypes.h>
#include <gccore.h>
s32 BootChannel(u64 chantitle, u32 ios, u8 vidMode, bool vipatch, bool countryString, u8 patchVidMode, int aspectRatio);
2012-01-21 21:57:41 +01:00
u32 LoadChannel(u8 *buffer);
void PatchChannel(u8 vidMode, GXRModeObj *vmode, bool vipatch, bool countryString, u8 patchVidModes, int aspectRatio);
2012-01-21 21:57:41 +01:00
2012-06-13 23:16:36 +02:00
u8 *GetDol(u64 title, u32 bootcontent);
2012-01-21 21:57:41 +01:00
bool Identify(u64 titleid);
2012-01-21 21:57:41 +01:00
bool Identify_GenerateTik(signed_blob **outbuf, u32 *outlen);
#endif /* _CHAN_LAUNCHER */