TextureReplacer: Generate a default value in the ini files for ignoreMipmap.

This commit is contained in:
Henrik Rydgård 2020-04-16 10:07:55 +02:00
parent 6dcb075ab7
commit d036717e08

View file

@ -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.";