CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
hrydgard

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: hrydgard/ppsspp
Path: blob/master/tesselationhwON-mesa3drun.sh
Views: 1400
1
#!/bin/sh
2
echo "We need force Opengl 3.3 Compatibility context for run HW tesselation in mesa3d open source"
3
MESA_GL_VERSION_OVERRIDE=3.3COMPAT
4
export MESA_GL_VERSION_OVERRIDE
5
./PPSSPPSDL
6
7