mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 00:07:47 +00:00
Kernel: Centralize error definitions in errors.h
This commit is contained in:
parent
6210a1aaf3
commit
467545ed48
23 changed files with 178 additions and 132 deletions
|
@ -53,7 +53,7 @@ void Wrap() {
|
|||
FuncReturn(retval);
|
||||
}
|
||||
|
||||
template <ResultCode func(u32*, s32, u32, u32, u32, s32)>
|
||||
template <ResultCode func(u32*, u32, u32, u32, u32, s32)>
|
||||
void Wrap() {
|
||||
u32 param_1 = 0;
|
||||
u32 retval = func(¶m_1, PARAM(0), PARAM(1), PARAM(2), PARAM(3), PARAM(4)).raw;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue