mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Compilation fix
This commit is contained in:
parent
fdad4019e5
commit
8cd00287cd
64 changed files with 85 additions and 82 deletions
|
|
@ -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", []()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue