mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
Remove SPU and PPU destructors
This commit is contained in:
parent
eb086b0e3f
commit
f81674232e
6 changed files with 77 additions and 44 deletions
|
@ -914,15 +914,6 @@ void ppu_thread::exec_task()
|
|||
|
||||
ppu_thread::~ppu_thread()
|
||||
{
|
||||
// Deallocate Stack Area
|
||||
ensure(vm::dealloc(stack_addr, vm::stack));
|
||||
|
||||
if (const auto dct = g_fxo->get<lv2_memory_container>())
|
||||
{
|
||||
dct->used -= stack_size;
|
||||
}
|
||||
|
||||
perf_log.notice("Perf stats for STCX reload: successs %u, failure %u", last_succ, last_fail);
|
||||
}
|
||||
|
||||
ppu_thread::ppu_thread(const ppu_thread_params& param, std::string_view name, u32 prio, int detached)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue