mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
xbmc: enable vsync with AMD gpu types per default
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
154b6436ce
commit
337db88f65
@ -113,7 +113,7 @@ EOF
|
||||
#
|
||||
|
||||
# Always sync to vblank
|
||||
if [ "$GPUTYPE" = "NVIDIA" -o "$GPUTYPE" = "RADEON" ] ; then
|
||||
if [ "$GPUTYPE" = "NVIDIA" -o "$GPUTYPE" = "AMD" ] ; then
|
||||
cat >> $HOME/.xbmc/userdata/guisettings.xml << EOF
|
||||
<videoscreen>
|
||||
<vsync>2</vsync>
|
||||
|
Loading…
x
Reference in New Issue
Block a user