mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
df17548264
See #20489
6 lines
189 B
Bash
Executable File
6 lines
189 B
Bash
Executable File
#!/bin/sh
|
|
echo "We need force Opengl 3.3 Compatibility context for run HW tesselation in mesa3d open source"
|
|
MESA_GL_VERSION_OVERRIDE=3.3COMPAT
|
|
export MESA_GL_VERSION_OVERRIDE
|
|
./PPSSPPSDL
|