feat(gx): add CGxCaps::m_stereoAvailable

This commit is contained in:
fallenoak 2025-11-09 19:58:43 -06:00
parent 7898f99eb9
commit 3ebed78a98
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -22,6 +22,7 @@ class CGxCaps {
int32_t m_texFilterAnisotropic = 0;
uint32_t m_maxTexAnisotropy = 0;
int32_t m_depthBias = 0;
int32_t m_stereoAvailable = 0;
int32_t int130 = 1;
int32_t int134 = 0;
int32_t int138 = 0;