2012-12-22 09:54:59 +01:00
|
|
|
#ifndef _RUNTIMEIOSPATCH_H_
|
|
|
|
#define _RUNTIMEIOSPATCH_H_
|
|
|
|
|
|
|
|
#define HAVE_AHBPROT ((*(vu32*)0xcd800064 == 0xFFFFFFFF) ? 1 : 0)
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2012-12-22 10:20:59 +01:00
|
|
|
bool have_ahbprot();
|
2012-12-22 10:03:20 +01:00
|
|
|
u32 IosPatch_AHBPROT(bool verbose);
|
|
|
|
u32 IosPatch_RUNTIME(bool wii, bool sciifii, bool vwii, bool verbose);
|
2012-12-28 18:45:21 +01:00
|
|
|
u32 IosPatch_FULL(bool wii, bool sciifii, bool vwii, bool verbose, int IOS);
|
2012-12-28 21:07:29 +01:00
|
|
|
int get_libruntimeiospatch_version();
|
2012-12-22 09:54:59 +01:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|