mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
Implements sys_fs_fcntl 0xC0000008 & 0xC000001A (#11957)
This commit is contained in:
parent
a2623b1a9a
commit
da6434a65a
9 changed files with 188 additions and 21 deletions
|
|
@ -1850,7 +1850,7 @@ bool ppu_load_exec(const ppu_exec_object& elf)
|
|||
g_fxo->init<lv2_memory_container>(mem_size);
|
||||
}
|
||||
|
||||
g_fxo->get<lv2_memory_container>().used += primary_stacksize;
|
||||
ensure(g_fxo->get<lv2_memory_container>().take(primary_stacksize));
|
||||
|
||||
ppu->cmd_push({ppu_cmd::initialize, 0});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue