Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge conflict. Fixes issue 5471.
  • Loading branch information
skidau committed Dec 6, 2012
1 parent bbf7c3a commit aeb5782
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_FileIO.cpp
Expand Up @@ -371,6 +371,8 @@ void CWII_IPC_HLE_Device_FileIO::DoState(PointerWrap &p)
p.Do(have_file_handle);
p.Do(m_Mode);
p.Do(seek);
p.Do(m_SeekPos);
p.Do(m_Filename);

if (p.GetMode() == PointerWrap::MODE_READ)
{
Expand Down

0 comments on commit aeb5782

Please sign in to comment.