Implement svcBreak
This commit is contained in:
parent
9fb9750411
commit
11057488f9
2 changed files with 17 additions and 1 deletions
|
@ -166,6 +166,10 @@ template<void func(const char*)> void Wrap() {
|
|||
func((char*)Memory::GetPointer(PARAM(0)));
|
||||
}
|
||||
|
||||
template<void func(u8)> void Wrap() {
|
||||
func((u8)PARAM(0));
|
||||
}
|
||||
|
||||
#undef PARAM
|
||||
#undef FuncReturn
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue