1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 05:52:11 +01:00

[d3d9] Use new waitForResource method

This commit is contained in:
Philip Rebohle 2022-02-14 01:32:49 +01:00
parent 2f80f8847e
commit 4d9b464f7c
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -4076,7 +4076,7 @@ namespace dxvk {
Flush(); Flush();
SynchronizeCsThread(); SynchronizeCsThread();
Resource->waitIdle(access); m_dxvkDevice->waitForResource(Resource, access);
} }
} }