mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
sys_ppu_thread: reduce global memory stats after thread creation
This commit is contained in:
parent
72d1efa383
commit
dc5cdb3bb4
3 changed files with 18 additions and 1 deletions
|
|
@ -1577,7 +1577,7 @@ void ppu_load_exec(const ppu_exec_object& elf)
|
|||
mem_size += 0xC000000;
|
||||
}
|
||||
|
||||
g_fxo->init<lv2_memory_container>(mem_size);
|
||||
g_fxo->init<lv2_memory_container>(mem_size)->used += primary_stacksize;
|
||||
|
||||
ppu->cmd_push({ppu_cmd::initialize, 0});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue