[host] dxgi: remove duplicate AcquireLock print

This commit is contained in:
Quantum 2022-01-15 23:08:20 -05:00 committed by Geoffrey McRae
parent 508c491967
commit afd5e2d057

View File

@ -542,7 +542,6 @@ static bool dxgi_init(void)
}
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" );
for (int i = 0; i < this->maxTextures; ++i)