diff --git a/rpcs3/Emu/Cell/lv2/sys_fs.cpp b/rpcs3/Emu/Cell/lv2/sys_fs.cpp index 73a85af863..0a38745ae4 100644 --- a/rpcs3/Emu/Cell/lv2/sys_fs.cpp +++ b/rpcs3/Emu/Cell/lv2/sys_fs.cpp @@ -53,6 +53,8 @@ bool verify_mself(u32 fd, fs::file const& mself_file) return false; } + mself_file.seek(0); + return true; }