ppsspp/ext/native/thin3d/thin3d_d3d11.cpp
2016-12-27 11:59:06 +01:00

9 lines
No EOL
125 B
C++

#include "thin3d/thin3d.h"
namespace Draw {
DrawContext *T3DCreateD3D11Context() {
return nullptr;
}
} // namespace Draw