mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
Force recompiling liblv2.sprx
This commit is contained in:
parent
f9a69c449d
commit
42b06af577
1 changed files with 6 additions and 0 deletions
|
@ -1163,6 +1163,12 @@ extern void ppu_initialize(const ppu_module& info)
|
|||
sha1_update(&ctx, vm::ps3::_ptr<const u8>(func.addr), func.size);
|
||||
}
|
||||
|
||||
if (info.name == "liblv2.sprx")
|
||||
{
|
||||
const be_t<u64> forced_upd = 1;
|
||||
sha1_update(&ctx, reinterpret_cast<const u8*>(&forced_upd), sizeof(forced_upd));
|
||||
}
|
||||
|
||||
sha1_finish(&ctx, output);
|
||||
fmt::append(obj_name, "-%016X-%s.obj", reinterpret_cast<be_t<u64>&>(output), jit->cpu());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue