mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[host] dxgi: remove duplicate AcquireLock print
This commit is contained in:
parent
508c491967
commit
afd5e2d057
@ -542,7 +542,6 @@ static bool dxgi_init(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
DEBUG_INFO("Copy backend : %s", this->backend->name);
|
DEBUG_INFO("Copy backend : %s", this->backend->name);
|
||||||
DEBUG_INFO("AcquireLock : %s", this->useAcquireLock ? "enabled" : "disabled");
|
|
||||||
DEBUG_INFO("Damage-aware copy : %s", this->disableDamage ? "disabled" : "enabled" );
|
DEBUG_INFO("Damage-aware copy : %s", this->disableDamage ? "disabled" : "enabled" );
|
||||||
|
|
||||||
for (int i = 0; i < this->maxTextures; ++i)
|
for (int i = 0; i < this->maxTextures; ++i)
|
||||||
|
Loading…
Reference in New Issue
Block a user