mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-17 20:35:18 +00:00
Compilation fix
This commit is contained in:
parent
8d13aa3f2e
commit
69a3db491c
63 changed files with 165 additions and 97 deletions
|
|
@ -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", []()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue