homebrew_launcher/src/kernel/gx2sploit.h
dimok789 cfaf2bbc6d - added automatic gx2sploit execution and detection of existing environment
- the RPX file can now be used in a channel with for example the NUSPacker (HBL works now as a standalone channel with no PPC exploit pre-requisite like the browser exploit)
- adaptions in sd_launcher
- fixed listing ELF files
- fix launching of ELF files from HBL channel
- since HBL RPX does not use 0x0080000 area anymore, the maximum homebrew size is increased to 0x800000 - 0x2000 bytes
- removed browser installer from RPX branch as it is of no use here

NOTE:
A channel will not yet be provided. app.xml, cos.xml, meta.xml and the icons/splash images will be provided later. Possible title id choice 00050000-13371337 :P.
2016-11-12 15:06:26 +01:00

15 lines
166 B
C

#ifndef GX2SPLOIT_H_
#define GX2SPLOIT_H_
#ifdef __cplusplus
extern "C" {
#endif
int CheckKernelExploit(void);
#ifdef __cplusplus
}
#endif
#endif // GX2SPLOIT_H_