add 100 FPS as common target
This commit is contained in:
parent
32e6828cc4
commit
1d88ec9018
2 changed files with 8 additions and 0 deletions
|
|
@ -321,6 +321,10 @@ ColumnLayout {
|
|||
key: "60"
|
||||
name: "60 FPS"
|
||||
}
|
||||
ListElement {
|
||||
key: "100"
|
||||
name: "100 FPS"
|
||||
}
|
||||
ListElement {
|
||||
key: "120"
|
||||
name: "120 FPS"
|
||||
|
|
|
|||
|
|
@ -117,6 +117,10 @@ ColumnLayout {
|
|||
key: "60"
|
||||
name: "60 FPS"
|
||||
}
|
||||
ListElement {
|
||||
key: "100"
|
||||
name: "100 FPS"
|
||||
}
|
||||
ListElement {
|
||||
key: "120"
|
||||
name: "120 FPS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue