VideoCommon/TextureInfo: Restore old mipmap detection logic

This commit is contained in:
Techjar
2021-05-21 19:52:13 -04:00
parent 1d175e7e13
commit 42d1658c50
2 changed files with 3 additions and 1 deletions

View File

@ -102,6 +102,7 @@ private:
TextureFormat m_texture_format;
TLUTFormat m_tlut_format;
bool m_mipmaps_enabled = false;
std::vector<MipLevel> m_mip_levels;
u32 m_texture_size = 0;