diff --git a/rpcs3/Emu/Cell/PPUThread.cpp b/rpcs3/Emu/Cell/PPUThread.cpp index c249b8c09a..8e8ffc2da0 100644 --- a/rpcs3/Emu/Cell/PPUThread.cpp +++ b/rpcs3/Emu/Cell/PPUThread.cpp @@ -875,7 +875,7 @@ extern void ppu_initialize(const ppu_module& info) sha1_finish(&ctx, output); // Version, module name and hash: vX-liblv2.sprx-0123456789ABCDEF.obj - fmt::append(obj_name, "v0-%s-%016X.obj", info.name, reinterpret_cast&>(output)); + fmt::append(obj_name, "v1-%s-%016X.obj", info.name, reinterpret_cast&>(output)); } #ifdef LLVM_AVAILABLE