Skip to content

Commit c37fc73

Browse files
knight4u32Ivan
authored and
Ivan
committed
PPU LLVM: Invalidate cache for testers
1 parent d152537 commit c37fc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpcs3/Emu/Cell/PPUThread.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3773,7 +3773,7 @@ bool ppu_initialize(const ppu_module& info, bool check_only)
37733773
settings += ppu_settings::accurate_nj_mode, settings -= ppu_settings::fixup_nj_denormals, fmt::throw_exception("NJ Not implemented");
37743774

37753775
// Write version, hash, CPU, settings
3776-
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));
3776+
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));
37773777
}
37783778

37793779
if (Emu.IsStopped())

0 commit comments

Comments
 (0)