mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Compilation fix
This commit is contained in:
parent
fdad4019e5
commit
8cd00287cd
64 changed files with 85 additions and 82 deletions
|
|
@ -994,7 +994,7 @@ s32 sceIoGetstat(vm::psv::ptr<const char> name, vm::psv::ptr<SceIoStat> buf)
|
|||
}
|
||||
|
||||
|
||||
#define REG_FUNC(nid, name) reg_psv_func<name>(nid, &sceLibKernel, #name, &name)
|
||||
#define REG_FUNC(nid, name) reg_psv_func<(func_ptr)name>(nid, &sceLibKernel, #name, &name)
|
||||
|
||||
psv_log_base sceLibKernel("sceLibKernel", []()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue