mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
fix: cleanup basic handler in np term
This commit is contained in:
parent
9afa960979
commit
962e140cea
1 changed files with 5 additions and 0 deletions
|
@ -381,6 +381,11 @@ void np_handler::init_NP(u32 poolsize, vm::ptr<void> poolptr)
|
|||
|
||||
void np_handler::terminate_NP()
|
||||
{
|
||||
// TODO: proper cleanup of everything here
|
||||
|
||||
// Unregister basic handler
|
||||
basic_handler.registered = false;
|
||||
|
||||
// Reset memory pool
|
||||
mpool.set(0);
|
||||
mpool_size = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue