mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 03:31:15 +00:00
Rename flag
This commit is contained in:
parent
d6fb89c0ad
commit
e7295f6744
@ -172,7 +172,7 @@ BOOL MxDirect3D::SetDevice(MxDeviceEnumerate& p_deviceEnumerate, MxDriver* p_dri
|
|||||||
);
|
);
|
||||||
|
|
||||||
if (i == 0)
|
if (i == 0)
|
||||||
assignedDevice->m_flags |= MxAssignedDevice::Flag_Bit2;
|
assignedDevice->m_flags |= MxAssignedDevice::Flag_PrimaryDevice;
|
||||||
|
|
||||||
for (list<MxDevice>::iterator it2 = driver.m_devices.begin(); it2 != driver.m_devices.end(); it2++) {
|
for (list<MxDevice>::iterator it2 = driver.m_devices.begin(); it2 != driver.m_devices.end(); it2++) {
|
||||||
MxDevice& device = *it2;
|
MxDevice& device = *it2;
|
||||||
|
|||||||
@ -15,7 +15,7 @@ class MxAssignedDevice {
|
|||||||
public:
|
public:
|
||||||
enum {
|
enum {
|
||||||
Flag_HardwareMode = 0x01,
|
Flag_HardwareMode = 0x01,
|
||||||
Flag_Bit2 = 0x02
|
Flag_PrimaryDevice = 0x02
|
||||||
};
|
};
|
||||||
|
|
||||||
MxAssignedDevice();
|
MxAssignedDevice();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user