mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoCommon/TextureInfo: Restore old mipmap detection logic
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user