linux: mesa full steam ahead !

Enable multithread openGL
* Might be slower until all improvements are merged to mesa

Disable error validation
* Not yet merged
This commit is contained in:
Gregory Hainaut 2017-04-13 18:04:53 +02:00
parent 24eb1627e5
commit 3b97137ccf
2 changed files with 2 additions and 2 deletions

View File

@ -72,4 +72,4 @@ then
fi
# And finally launch me
GDK_BACKEND=x11 LD_LIBRARY_PATH="$MY_LD_LIBRARY_PATH" __GL_THREADED_OPTIMIZATIONS=1 $DIR/PCSX2 "$@"
GDK_BACKEND=x11 LD_LIBRARY_PATH="$MY_LD_LIBRARY_PATH" __GL_THREADED_OPTIMIZATIONS=1 mesa_glthread=true MESA_NO_ERROR=1 $DIR/PCSX2 "$@"

View File

@ -8,7 +8,7 @@ GenericName[zh_CN]=PlayStation 2 模拟器
Comment=Sony PlayStation 2 emulator
Comment[ru]=Эмулятор Sony PlayStation 2
Comment[zh_CN]=索尼 PlayStation 2 模拟器
Exec=env GDK_BACKEND=x11 __GL_THREADED_OPTIMIZATIONS=1 PCSX2
Exec=env GDK_BACKEND=x11 __GL_THREADED_OPTIMIZATIONS=1 mesa_glthread=true MESA_NO_ERROR=1 PCSX2
Icon=PCSX2
Keywords=game;emulator;
Categories=@PCSX2_MENU_CATEGORIES@