[LLVM Cache] Minor workaround

This commit is contained in:
Nekotekina 2018-03-25 00:04:17 +03:00
parent 7359774c76
commit c3a5e3f491

View File

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