1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Enable txHiresFullAlphaChannel config option by default because

most of modern packs designed to use it.
This commit is contained in:
Sergey Lipskiy 2017-11-28 16:31:55 +07:00
parent f955a181ad
commit 055591d6d0

View File

@ -74,7 +74,7 @@ void Config::resetToDefaults()
textureFilter.txCacheSize = 100 * gc_uMegabyte;
textureFilter.txHiresEnable = 0;
textureFilter.txHiresFullAlphaChannel = 0;
textureFilter.txHiresFullAlphaChannel = 1;
textureFilter.txHresAltCRC = 0;
textureFilter.txDump = 0;