mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(gx): remove placeholder max tex size field from gx caps
This commit is contained in:
parent
5d49ab72c4
commit
27583b6f2e
3 changed files with 1 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue