homebrewfilter/libruntimeiospatch/source/runtimeiospatch.h
2012-12-22 10:03:20 +01:00

18 lines
308 B
C

#ifndef _RUNTIMEIOSPATCH_H_
#define _RUNTIMEIOSPATCH_H_
#define HAVE_AHBPROT ((*(vu32*)0xcd800064 == 0xFFFFFFFF) ? 1 : 0)
#ifdef __cplusplus
extern "C" {
#endif
u32 IosPatch_AHBPROT(bool verbose);
u32 IosPatch_RUNTIME(bool wii, bool sciifii, bool vwii, bool verbose);
#ifdef __cplusplus
}
#endif
#endif