mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Fifoplayer: Load the Correct version number.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user