mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Huge sceNp cleanup, added sceNpCommerce2Init and sceNpCommerce2Term
This commit is contained in:
parent
2234d0fe0a
commit
4a998e5374
3 changed files with 1320 additions and 1292 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue