mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Fifoplayer: Load the Correct version number.
This commit is contained in:
parent
f26b3708e7
commit
e6274284b0
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ FifoDataFile* FifoDataFile::Load(const std::string &filename, bool flagsOnly)
|
||||||
FifoDataFile* dataFile = new FifoDataFile;
|
FifoDataFile* dataFile = new FifoDataFile;
|
||||||
|
|
||||||
dataFile->m_Flags = header.flags;
|
dataFile->m_Flags = header.flags;
|
||||||
dataFile->m_Version = header.min_loader_version;
|
dataFile->m_Version = header.file_version;
|
||||||
|
|
||||||
if (flagsOnly)
|
if (flagsOnly)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue