mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Reset initial seek position in MSELF files (#3977)
This commit is contained in:
parent
58d8d12665
commit
a6208d2bd7
1 changed files with 2 additions and 0 deletions
|
|
@ -53,6 +53,8 @@ bool verify_mself(u32 fd, fs::file const& mself_file)
|
|||
return false;
|
||||
}
|
||||
|
||||
mself_file.seek(0);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue