Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
i'm still not using a branch to fix the name of a variable
  • Loading branch information
rog9 committed Oct 24, 2012
1 parent 4358f83 commit 7006cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/Movie.cpp
Expand Up @@ -642,7 +642,7 @@ void ReadHeader()
bFastDiscSpeed = SConfig::GetInstance().m_LocalCoreStartupParameter.bFastDiscSpeed;
videoBackend = SConfig::GetInstance().m_LocalCoreStartupParameter.m_strVideoBackend;
bBlankMC = !File::Exists(SConfig::GetInstance().m_strMemoryCardA);
g_bMemcard = SConfig::GetInstance().m_EXIDevice[0] == EXIDEVICE_MEMORYCARD;
bMemcard = SConfig::GetInstance().m_EXIDevice[0] == EXIDEVICE_MEMORYCARD;
}


Expand Down

0 comments on commit 7006cd1

Please sign in to comment.