Implement mxdirectx stubs (#525)

* Implement MxDeviceEnumerate::SupportsMMX

* Implement MxDeviceEnumerate::EnumerateErrorToString

* fixes

* fixes

* Remove STUB from function

* Fix error messages

* Use return type int

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Anonymous Maarten
2024-02-04 15:46:15 +01:00
committed by GitHub
parent 724cdeb86f
commit ac8ddca405
2 changed files with 270 additions and 15 deletions

View File

@@ -216,8 +216,8 @@ public:
LPD3DDEVICEDESC p_HELDesc,
LPVOID p_context
);
static undefined4 FUN_1009d1a0();
static undefined4 FUN_1009d1e0();
static int SupportsMMX();
static int SupportsCPUID();
friend class MxDirect3D;