mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
Compilation fix
This commit is contained in:
parent
af986d8f4c
commit
1589b72699
2 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
std::vector<ModuleFunc> g_ps3_func_list;
|
||||
|
||||
u32 add_ps3_func(ModuleFunc& func)
|
||||
u32 add_ps3_func(ModuleFunc func)
|
||||
{
|
||||
for (auto& f : g_ps3_func_list)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue