Skip to content

Commit

Permalink
Reset initial seek position in MSELF files (RPCS3#3977)
Browse files Browse the repository at this point in the history
  • Loading branch information
Farseer2 authored and Nekotekina committed Dec 23, 2017
1 parent 58d8d12 commit a6208d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpcs3/Emu/Cell/lv2/sys_fs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ bool verify_mself(u32 fd, fs::file const& mself_file)
return false;
}

mself_file.seek(0);

return true;
}

Expand Down

0 comments on commit a6208d2

Please sign in to comment.