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

@ -9,7 +9,7 @@ namespace sce_libm_func
}
#define REG_FUNC(nid, name) reg_psv_func<name>(nid, &sceLibm, #name, &sce_libm_func::name)
#define REG_FUNC(nid, name) reg_psv_func<(func_ptr)sce_libm_func::name>(nid, &sceLibm, #name, sce_libm_func::name)
psv_log_base sceLibm("SceLibm", []()
{