mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
IOFile: Make origin parameter to Seek() an enum class.
This commit is contained in:
@ -1021,7 +1021,7 @@ void LoadInput(const std::string& movie_path)
|
||||
{
|
||||
s_rerecords++;
|
||||
tmpHeader.numRerecords = s_rerecords;
|
||||
t_record.Seek(0, SEEK_SET);
|
||||
t_record.Seek(0, File::SeekOrigin::Begin);
|
||||
t_record.WriteArray(&tmpHeader, 1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user