mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
9 lines
No EOL
125 B
C++
9 lines
No EOL
125 B
C++
#include "thin3d/thin3d.h"
|
|
|
|
namespace Draw {
|
|
|
|
DrawContext *T3DCreateD3D11Context() {
|
|
return nullptr;
|
|
}
|
|
|
|
} // namespace Draw
|