Skip to content

Commit da5d5e5

Browse files
committed
SaveStates: Fix sys_prx saving
1 parent e2b2493 commit da5d5e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rpcs3/Emu/Cell/lv2/sys_prx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ std::function<void(void*)> lv2_prx::load(utils::serial& ar)
347347
{
348348
u128 klic = g_fxo->get<loaded_npdrm_keys>().last_key();
349349
file = make_file_view(std::move(file), offset, umax);
350-
prx = ppu_load_prx(ppu_prx_object{decrypt_self(std::move(file), reinterpret_cast<u8*>(&klic))}, false, path, 0, &ar);
350+
prx = ppu_load_prx(ppu_prx_object{decrypt_self(std::move(file), reinterpret_cast<u8*>(&klic))}, false, path, offset, &ar);
351351
prx->m_loaded_flags = std::move(loaded_flags);
352352
prx->m_external_loaded_flags = std::move(external_flags);
353353

0 commit comments

Comments
 (0)