mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
IOFile: Make origin parameter to Seek() an enum class.
This commit is contained in:
parent
c2d8191fbb
commit
36cfcb530f
26 changed files with 116 additions and 78 deletions
|
@ -101,7 +101,7 @@ public:
|
|||
m_num_entries++;
|
||||
}
|
||||
m_file.Clear();
|
||||
m_file.Seek(last_valid_value_start, SEEK_SET);
|
||||
m_file.Seek(last_valid_value_start, File::SeekOrigin::Begin);
|
||||
|
||||
return m_num_entries;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue