Skip to content

Commit

Permalink
PPU LLVM: Invalidate cache for testers
Browse files Browse the repository at this point in the history
  • Loading branch information
elad335 authored and Nekotekina committed Jun 2, 2023
1 parent d152537 commit c37fc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/Emu/Cell/PPUThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3773,7 +3773,7 @@ bool ppu_initialize(const ppu_module& info, bool check_only)
settings += ppu_settings::accurate_nj_mode, settings -= ppu_settings::fixup_nj_denormals, fmt::throw_exception("NJ Not implemented");

// Write version, hash, CPU, settings
fmt::append(obj_name, "v5-kusa-%s-%s-%s.obj", fmt::base57(output, 16), fmt::base57(settings), jit_compiler::cpu(g_cfg.core.llvm_cpu));
fmt::append(obj_name, "v6-kusa-%s-%s-%s.obj", fmt::base57(output, 16), fmt::base57(settings), jit_compiler::cpu(g_cfg.core.llvm_cpu));
}

if (Emu.IsStopped())
Expand Down

0 comments on commit c37fc73

Please sign in to comment.