SPU Analyser improved

This restores some functionality removed in SPU ASMJIT v2.0
Also implements new experimental features
This commit is contained in:
Nekotekina 2018-04-30 19:44:01 +03:00
parent 767dfa271e
commit 16f5167aed
3 changed files with 395 additions and 41 deletions

View file

@ -853,6 +853,8 @@ void Emulator::Load(bool add_only)
{
fs::file log(Emu.GetCachePath() + "SPUJIT.log", fs::rewrite);
log.write(fmt::format("SPU JIT Log\n\nTitle: %s\nTitle ID: %s\n\n", Emu.GetTitle(), Emu.GetTitleID()));
fs::create_dir(Emu.GetCachePath() + "SPU");
fs::remove_all(Emu.GetCachePath() + "SPU", false);
}
ppu_load_exec(ppu_exec);