mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 07:39:17 +00:00
revert accidental change to OpenGL's Config.cpp
fix jitil building fix win32 debugfast building git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3574 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
04105baf4e
commit
e4af896638
3 changed files with 4 additions and 6 deletions
|
@ -90,8 +90,8 @@ void Config::Load()
|
|||
SetEnableAlert(bTmp);
|
||||
}
|
||||
|
||||
void Config::GameIniLoad() {
|
||||
return;
|
||||
void Config::GameIniLoad()
|
||||
{
|
||||
IniFile *iniFile = ((struct SConfig *)globals->config)->m_LocalCoreStartupParameter.gameIni;
|
||||
if (! iniFile)
|
||||
return;
|
||||
|
@ -179,4 +179,3 @@ void Config::Save()
|
|||
|
||||
iniFile.Save(FULL_CONFIG_DIR "gfx_opengl.ini");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue