mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Remove fxm::make_always
This commit is contained in:
parent
e41b234dc4
commit
dd79a5efb7
3 changed files with 3 additions and 22 deletions
|
|
@ -1469,7 +1469,7 @@ void ppu_load_exec(const ppu_exec_object& elf)
|
|||
mem_size += 0xC000000;
|
||||
}
|
||||
|
||||
fxm::make_always<lv2_memory_container>(mem_size);
|
||||
fxm::make<lv2_memory_container>(mem_size);
|
||||
|
||||
ppu->cmd_push({ppu_cmd::initialize, 0});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue