Added horizontal sync problem. Reduced CPU usage consistently.
This commit is contained in:
@@ -28,10 +28,9 @@ ApplicationWindow {
|
||||
id: settings_window
|
||||
title: qsTr("Settings")
|
||||
width: 640
|
||||
height: 300
|
||||
height: 400
|
||||
|
||||
visible: true
|
||||
modality: Qt.ApplicationModal
|
||||
//modality: Qt.ApplicationModal
|
||||
|
||||
TabView{
|
||||
anchors.fill: parent
|
||||
@@ -173,6 +172,11 @@ ApplicationWindow {
|
||||
onValueChanged: shadersettings.screen_flickering = value;
|
||||
_value: shadersettings.screen_flickering;
|
||||
}
|
||||
SettingComponent{
|
||||
name: "Horizontal flickering"
|
||||
onValueChanged: shadersettings.horizontal_sincronization = value;
|
||||
_value: shadersettings.horizontal_sincronization;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user