mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-14 10:21:21 +00:00
PPU LLVM fix
This commit is contained in:
parent
3cd2f735a7
commit
c9a789bf76
@ -688,7 +688,7 @@ extern void ppu_initialize(const std::string& name, const std::vector<ppu_functi
|
||||
return;
|
||||
}
|
||||
|
||||
memory_helper::free_reserved_memory(s_ppu_compiled, 0x200000000); // TODO
|
||||
memory_helper::free_reserved_memory(s_ppu_compiled, 0x100000000); // TODO
|
||||
|
||||
// Get and install function addresses
|
||||
for (const auto& info : funcs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user