Disable vsync as it does not work in virtual machines

This commit is contained in:
Şahin Akkaya 2022-03-18 16:09:25 +03:00
parent 6df896b30e
commit f7b00a0d42

View File

@ -215,7 +215,7 @@ backend = "glx"
# Enable/disable VSync. # Enable/disable VSync.
# vsync = false # vsync = false
vsync = true; vsync = false;
# Enable remote control via D-Bus. See the *D-BUS API* section below for more details. # Enable remote control via D-Bus. See the *D-BUS API* section below for more details.
# dbus = false # dbus = false