mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Use g_fxo for global lv2_memory_container
This commit is contained in:
parent
20cb19618d
commit
a4951ec407
8 changed files with 19 additions and 17 deletions
|
|
@ -1469,7 +1469,7 @@ void ppu_load_exec(const ppu_exec_object& elf)
|
|||
mem_size += 0xC000000;
|
||||
}
|
||||
|
||||
fxm::make<lv2_memory_container>(mem_size);
|
||||
g_fxo->init<lv2_memory_container>(mem_size);
|
||||
|
||||
ppu->cmd_push({ppu_cmd::initialize, 0});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue