Fix: Disable SSE2 (which causes crash) while using DXGI

This commit is contained in:
shaun
2025-12-11 10:40:59 +01:00
committed by yuanyuanxiang
parent 2c94e56933
commit 1915a0ea6d
3 changed files with 48 additions and 0 deletions

View File

@@ -40,6 +40,10 @@ public:
SAFE_DELETE_ARRAY(m_RectBuffer);
}
virtual BOOL UsingDXGI() const {
return TRUE;
}
void InitDXGI(BOOL all)
{
m_iScreenX = 0;