mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-14 09:23:53 +01:00
9 lines
160 B
C++
9 lines
160 B
C++
#include "d3d9_device.h"
|
|
|
|
namespace dxvk {
|
|
|
|
D3D9Multithread::D3D9Multithread(
|
|
BOOL Protected)
|
|
: m_protected( Protected ) { }
|
|
|
|
} |