1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-14 09:23:53 +01:00
dxvk/src/d3d9/d3d9_multithread.cpp
2020-03-15 03:43:04 +01:00

9 lines
160 B
C++

#include "d3d9_device.h"
namespace dxvk {
D3D9Multithread::D3D9Multithread(
BOOL Protected)
: m_protected( Protected ) { }
}