feat(gx): remove placeholder max tex size field from gx caps

This commit is contained in:
fallenoak 2023-03-09 21:54:41 -06:00
parent 5d49ab72c4
commit 27583b6f2e
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
3 changed files with 1 additions and 5 deletions

View file

@ -48,8 +48,6 @@ CGxCaps* GxCaps() {
g_placeholderGxCaps->m_generateMipMaps = 1;
g_placeholderGxCaps->m_maxTextureSize = 4096;
g_placeholderGxCaps->m_texFmtDxt1 = 1;
g_placeholderGxCaps->m_texFmtDxt3 = 1;
g_placeholderGxCaps->m_texFmtDxt5 = 1;