Fixed compilation errors

Minor improvements
This commit is contained in:
DH 2013-11-24 02:01:57 +02:00
parent 0ff38bc8ce
commit c7ca4b996a
6 changed files with 23 additions and 25 deletions

View file

@ -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)));
}