Implements sys_fs_fcntl 0xC0000008 & 0xC000001A (#11957)

This commit is contained in:
RipleyTom 2022-06-11 14:12:42 +02:00 committed by GitHub
parent a2623b1a9a
commit da6434a65a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 188 additions and 21 deletions

View file

@ -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});