NDSummary.OnToolTipsLoaded("File:bios_hook.h",{1517:"
void BIOS_SetHookCallback(
u16 hook,
callback cb
)
Set a safe hook interslot jump to a given function
",1541:"
inline void BIOS_SetHookDirectCallback(
u16 hook,
callback cb
)
Set a Hook to jump directly to a given function
",1542:"
inline void BIOS_SetHookInterSlotCallback(
u16 hook,
u32 slot,
callback cb
)
Set a Hook to jump to a given function in a given slot ID
",1543:"
inline void BIOS_ClearHook(
u16 hook
)
Clear a Hook (set RET asm code)
",1544:"
inline void BIOS_BackupHook(
u16 hook,
voidbuffer
)
Backup hook content into a buffer (must be 5 bytes length). The buffer content can been call at any time using Call() function
"});