summaryrefslogtreecommitdiffstats
path: root/src/libs/dxvk-native-1.9.2a/src/d3d9/d3d9_multithread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/dxvk-native-1.9.2a/src/d3d9/d3d9_multithread.cpp')
-rw-r--r--src/libs/dxvk-native-1.9.2a/src/d3d9/d3d9_multithread.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/libs/dxvk-native-1.9.2a/src/d3d9/d3d9_multithread.cpp b/src/libs/dxvk-native-1.9.2a/src/d3d9/d3d9_multithread.cpp
new file mode 100644
index 00000000..603d4b6b
--- /dev/null
+++ b/src/libs/dxvk-native-1.9.2a/src/d3d9/d3d9_multithread.cpp
@@ -0,0 +1,9 @@
+#include "d3d9_device.h"
+
+namespace dxvk {
+
+ D3D9Multithread::D3D9Multithread(
+ BOOL Protected)
+ : m_protected( Protected ) { }
+
+}