mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
i'm still not using a branch to fix the name of a variable
This commit is contained in:
parent
4358f8384f
commit
7006cd1217
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue