Compilation fix

This commit is contained in:
Nekotekina 2015-02-20 17:27:49 +03:00
parent fdad4019e5
commit 8cd00287cd
64 changed files with 85 additions and 82 deletions

View file

@ -246,7 +246,7 @@ namespace sce_libc_func
}
}
#define REG_FUNC(nid, name) reg_psv_func<&sce_libc_func::name>(nid, &sceLibc, #name, &sce_libc_func::name)
#define REG_FUNC(nid, name) reg_psv_func<(func_ptr)sce_libc_func::name>(nid, &sceLibc, #name, sce_libc_func::name)
psv_log_base sceLibc("SceLibc", []()
{