mirror of
https://github.com/wiiu-env/haxchi.git
synced 2024-11-17 05:39:16 +01:00
3c6dadb2a6
-added system reload patches to CBHC, thanks to dimok for patch location and elf patcher!
8 lines
113 B
C
8 lines
113 B
C
|
|
#ifndef _RELOAD_H_
|
|
#define _RELOAD_H_
|
|
|
|
void kernel_launch_ios(u32 launch_address, u32 L, u32 C, u32 H);
|
|
|
|
#endif
|