1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-13 19:29:14 +01:00

[dxgi] IsCurrent is not actually a stub

This commit is contained in:
Philip Rebohle 2018-09-16 10:20:24 +02:00
parent c8e0c253ba
commit fde67b9773
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -218,7 +218,6 @@ namespace dxvk {
BOOL STDMETHODCALLTYPE DxgiFactory::IsCurrent() {
Logger::warn("DxgiFactory::IsCurrent: Stub");
return TRUE;
}