mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
24eb1627e5
commit
3b97137ccf
|
@ -72,4 +72,4 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# And finally launch me
|
# 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 "$@"
|
||||||
|
|
|
@ -8,7 +8,7 @@ GenericName[zh_CN]=PlayStation 2 模拟器
|
||||||
Comment=Sony PlayStation 2 emulator
|
Comment=Sony PlayStation 2 emulator
|
||||||
Comment[ru]=Эмулятор Sony PlayStation 2
|
Comment[ru]=Эмулятор Sony PlayStation 2
|
||||||
Comment[zh_CN]=索尼 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
|
Icon=PCSX2
|
||||||
Keywords=game;emulator;
|
Keywords=game;emulator;
|
||||||
Categories=@PCSX2_MENU_CATEGORIES@
|
Categories=@PCSX2_MENU_CATEGORIES@
|
||||||
|
|
Loading…
Reference in New Issue