diff options
| author | MerryMage <MerryMage@users.noreply.github.com> | 2017-05-18 13:59:38 +0100 |
|---|---|---|
| committer | MerryMage <MerryMage@users.noreply.github.com> | 2017-06-03 18:13:02 +0100 |
| commit | f5f45855f03a7396dce07cdd65017e9b1ab5bfe7 (patch) | |
| tree | 96cdb46685ba94f5c8f2f6ac3fc2ba17d05de1e7 /Source/Core/VideoCommon/MainBase.cpp | |
| parent | d75b536fd7809dab10bb2e0194312673e977a3fe (diff) | |
GameConfigLoader: Add GFX Game INI translations
Diffstat (limited to 'Source/Core/VideoCommon/MainBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/MainBase.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/MainBase.cpp b/Source/Core/VideoCommon/MainBase.cpp index dbec53a096..2817c983a3 100644 --- a/Source/Core/VideoCommon/MainBase.cpp +++ b/Source/Core/VideoCommon/MainBase.cpp @@ -190,8 +190,7 @@ void VideoBackendBase::InitializeShared() GeometryShaderManager::Init(); PixelShaderManager::Init(); - g_Config.Load(File::GetUserPath(D_CONFIG_IDX) + "GFX.ini"); - g_Config.GameIniLoad(); + g_Config.Refresh(); g_Config.UpdateProjectionHack(); g_Config.VerifyValidity(); UpdateActiveConfig(); |
