mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
VideoCommon: add custom texture message to provide a dirty means of debugging whether custom textures are installed correctly
This commit is contained in:
parent
2764978beb
commit
fd74244339
@ -147,6 +147,17 @@ void HiresTexture::Update()
|
|||||||
texture_directory);
|
texture_directory);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (g_ActiveConfig.bCacheHiresTextures)
|
||||||
|
{
|
||||||
|
OSD::AddMessage(fmt::format("Loading '{}' custom textures", s_hires_texture_cache.size()),
|
||||||
|
10000);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
OSD::AddMessage(
|
||||||
|
fmt::format("Found '{}' custom textures", s_hires_texture_id_to_arbmipmap.size()), 10000);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void HiresTexture::Clear()
|
void HiresTexture::Clear()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user