Implement/match MxDirect3D::D3DSetMode (#403)

* Implement/match MxDirect3D::D3DSetMode

* Match
This commit is contained in:
Christian Semmler
2024-01-04 16:16:16 -05:00
committed by GitHub
parent a899b06f5a
commit 54ed98b9d6
7 changed files with 96 additions and 21 deletions

View File

@@ -68,7 +68,7 @@ protected:
void* m_pFatalErrorHandlerArg; // 0x868
int m_pauseCount; // 0x86c
DeviceModesInfo* m_pCurrentDeviceModesList; // 0x870
Mode m_currentMode; // 0x87c
Mode m_currentMode; // 0x874
public:
__declspec(dllexport) int FlipToGDISurface();