mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-27 21:35:19 +00:00
[LLVM Cache] Minor workaround
This commit is contained in:
parent
7359774c76
commit
c3a5e3f491
@ -462,6 +462,9 @@ void Emulator::Load(bool add_only)
|
||||
// Force LLVM recompiler
|
||||
g_cfg.core.ppu_decoder.from_default();
|
||||
|
||||
// Workaround for analyser glitches
|
||||
vm::falloc(0x10000, 0xf0000, vm::main);
|
||||
|
||||
return thread_ctrl::spawn("SPRX Loader", [this]
|
||||
{
|
||||
std::vector<std::string> dir_queue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user