Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #11338 from unknownbrackets/ui-minor
Browse files Browse the repository at this point in the history
UI: Load post shader names on non-Windows early
  • Loading branch information
hrydgard committed Aug 31, 2018
2 parents 557748d + 2704b09 commit 0ed6064
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UI/GameSettingsScreen.cpp
Expand Up @@ -121,6 +121,8 @@ static std::string PostShaderTranslateName(const char *value) {
}

void GameSettingsScreen::CreateViews() {
ReloadAllPostShaderInfo();

if (editThenRestore_) {
g_Config.loadGameConfig(gameID_);
}
Expand Down

0 comments on commit 0ed6064

Please sign in to comment.