mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Fifoplayer: Load the Correct version number.
This commit is contained in:
parent
f26b3708e7
commit
e6274284b0
@ -150,7 +150,7 @@ FifoDataFile* FifoDataFile::Load(const std::string &filename, bool flagsOnly)
|
||||
FifoDataFile* dataFile = new FifoDataFile;
|
||||
|
||||
dataFile->m_Flags = header.flags;
|
||||
dataFile->m_Version = header.min_loader_version;
|
||||
dataFile->m_Version = header.file_version;
|
||||
|
||||
if (flagsOnly)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user