mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Fixed compilation errors
Minor improvements
This commit is contained in:
parent
0ff38bc8ce
commit
c7ca4b996a
6 changed files with 23 additions and 25 deletions
|
@ -470,9 +470,3 @@ u32 Module::GetNewId(void* data, u8 flags)
|
|||
{
|
||||
return Emu.GetIdManager().GetNewID(GetName(), data, flags);
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
__forceinline void Module::AddFunc(u32 id, T func)
|
||||
{
|
||||
m_funcs_list.Move(new ModuleFunc(id, bind_func(func)));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue