mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 06:15:46 +00:00
Stubbed SetMemoryPermission
This commit is contained in:
parent
4a42f5f99c
commit
2998453673
2 changed files with 12 additions and 1 deletions
|
@ -121,6 +121,11 @@ void SvcWrap() {
|
|||
FuncReturn(func(Param(0), Param(1), Param(2)).raw);
|
||||
}
|
||||
|
||||
template <ResultCode func(u64, u64, u32)>
|
||||
void SvcWrap() {
|
||||
FuncReturn(func(Param(0), Param(1), static_cast<u32>(Param(2))).raw);
|
||||
}
|
||||
|
||||
template <ResultCode func(u32, u64, u64, u32)>
|
||||
void SvcWrap() {
|
||||
FuncReturn(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue