Skip to content

Commit

Permalink
TextureReplacer: Generate a default value in the ini files for ignore…
Browse files Browse the repository at this point in the history
…Mipmap.
  • Loading branch information
hrydgard committed Apr 16, 2020
1 parent 6dcb075 commit d036717
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Core/TextureReplacer.cpp
Expand Up @@ -693,6 +693,8 @@ bool TextureReplacer::GenerateIni(const std::string &gameID, std::string *genera
fs << "[options]\n";
fs << "version = 1\n";
fs << "hash = quick\n";
fs << "ignoreMipmap = false\n";
fs << "\n";
fs << "[games]\n";
fs << "# Used to make it easier to install, and override settings for other regions.\n";
fs << "# Files still have to be copied to each TEXTURES folder.";
Expand Down

0 comments on commit d036717

Please sign in to comment.