Compilation fix

This commit is contained in:
Nekotekina 2015-02-20 20:58:15 +03:00
parent 8d13aa3f2e
commit 69a3db491c
63 changed files with 165 additions and 97 deletions

View file

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