mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Compilation fix
This commit is contained in:
parent
ddbd590bef
commit
31c71b4a48
2 changed files with 5 additions and 5 deletions
|
|
@ -26,7 +26,7 @@ namespace sce_libc_func
|
|||
}
|
||||
}
|
||||
|
||||
psv_log_base& sceLibc = []()
|
||||
psv_log_base& sceLibc = []() -> psv_log_base&
|
||||
{
|
||||
psv_log_base* module = new psv_log_base("sceLibc");
|
||||
|
||||
|
|
@ -326,5 +326,5 @@ psv_log_base& sceLibc = []()
|
|||
//REG_FUNC(0x7D35108B, _FSnan);
|
||||
//REG_FUNC(0x48AEEF2A, _LSnan);
|
||||
|
||||
return std::move(*module);
|
||||
return *module;
|
||||
}();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue