mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
SPU Analyser improved
This restores some functionality removed in SPU ASMJIT v2.0 Also implements new experimental features
This commit is contained in:
parent
767dfa271e
commit
16f5167aed
3 changed files with 395 additions and 41 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue