Huge sceNp cleanup, added sceNpCommerce2Init and sceNpCommerce2Term

This commit is contained in:
Raul Tambre 2014-09-21 17:26:21 +03:00
parent 2234d0fe0a
commit 4a998e5374
3 changed files with 1320 additions and 1292 deletions

View file

@ -90,6 +90,8 @@ void Module::UnLoad()
if(m_unload_func) m_unload_func();
// TODO: Re-enable this when needed
// This was disabled because some functions would get unloaded and
// some games tried to use them, thus only printing a TODO message
//for(u32 i=0; i<m_funcs_list.size(); ++i)
//{
// Emu.GetModuleManager().UnloadFunc(m_funcs_list[i]->id);