mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-08 18:36:00 +03:00
Compare commits
No commits in common. "2f0c021e65bd3d07ee2848512dad3e882a8d13bc" and "42a00e14d1648543e1830b61e45142878e17860e" have entirely different histories.
2f0c021e65
...
42a00e14d1
@ -1 +1 @@
|
|||||||
Subproject commit def0513800eb5a1ab378327b233e93a376eca3e4
|
Subproject commit c57f882da2f12f379c857160a007f596a3f60b3c
|
||||||
@ -223,7 +223,7 @@ int32_t CGxDevice::AdapterInfer(uint16_t& deviceID) {
|
|||||||
int32_t FindDisplayDevice(PDISPLAY_DEVICE device, uint32_t flag) {
|
int32_t FindDisplayDevice(PDISPLAY_DEVICE device, uint32_t flag) {
|
||||||
DWORD i = 0;
|
DWORD i = 0;
|
||||||
device->cb = sizeof(DISPLAY_DEVICE);
|
device->cb = sizeof(DISPLAY_DEVICE);
|
||||||
while (EnumDisplayDevices(nullptr, i++, device, 0)) {
|
while (EnumDisplayDevices(nullptr, i, device, 0)) {
|
||||||
if ((device->StateFlags & flag) == flag) {
|
if ((device->StateFlags & flag) == flag) {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -53,7 +53,7 @@ void CMap::Initialize() {
|
|||||||
|
|
||||||
// TODO
|
// TODO
|
||||||
|
|
||||||
CMap::MapMemInitialize();
|
// CMap::MapMemInitialize();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CMap::MapMemInitialize() {
|
void CMap::MapMemInitialize() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user