mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
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:

committed by
GitHub

parent
724cdeb86f
commit
ac8ddca405
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user