mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +00:00
Create MxDirectXInfo module (#1047)
* Some beta addrs and asserts to start * Create mxdirectxinfo * include fix * CONFIG annotations * Beta matching * Match format function better, add dead code function * LegoDeviceEnumerate
This commit is contained in:
@@ -75,7 +75,7 @@ MxResult LegoVideoManager::Create(MxVideoParam& p_videoParam, MxU32 p_frequencyM
|
||||
MxS32 deviceNum = -1;
|
||||
Direct3DDeviceInfo* device = NULL;
|
||||
MxDriver* driver = NULL;
|
||||
MxDeviceEnumerate100d9cc8 deviceEnumerate;
|
||||
LegoDeviceEnumerate deviceEnumerate;
|
||||
Mx3DPointFloat posVec(0.0, 1.25, -50.0);
|
||||
Mx3DPointFloat dirVec(0.0, 0.0, 1.0);
|
||||
Mx3DPointFloat upVec(0.0, 1.0, 0.0);
|
||||
|
Reference in New Issue
Block a user