mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 19:27:57 -05:00
Implement svcBreak
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user